wireshark/ui
Guy Harris dbfb305368 g_filename_display_basename() returns a g_mallocated string, so its
callers either need to free it or their callers need to free it or....

This means that cf_get_display_name() must always return a g_mallocated
string and its callers or... must free it.

For some of those callers, create a new set_window_title() routine to do
the work - they're all using the same pattern.

svn path=/trunk/; revision=43047
2012-06-03 22:03:05 +00:00
..
cli From Martin Kaiser via bug 7312: 2012-05-31 21:40:55 +00:00
gtk g_filename_display_basename() returns a g_mallocated string, so its 2012-06-03 22:03:05 +00:00
qt In Windows, in the Save As and Export Selected Packets dialog, append 2012-05-23 03:05:17 +00:00
win32 See if this fixes the include problem. 2012-05-25 21:58:10 +00:00
Makefile.am Add a "-build" argument to checkAPIs.pl. Use that argument when building 2012-04-04 20:46:49 +00:00
Makefile.common Move alert_box.c to the ui directory. 2012-03-08 17:30:02 +00:00
Makefile.nmake Add a "-build" argument to checkAPIs.pl. Use that argument when building 2012-04-04 20:46:49 +00:00
alert_box.c Move alert_box.c to the ui directory. 2012-03-08 17:30:02 +00:00
alert_box.h Move some headers for UI stuff, and the alert_box.c UI-specific file, to 2012-01-16 01:07:52 +00:00
doxygen.cfg.in Add @configure_input@ to a bunch of .in files that didn't have it. 2012-03-16 03:39:51 +00:00
last_open_dir.h Add some files that didn't get checked in. 2012-01-18 19:47:44 +00:00
main_statusbar.h Move some headers for UI stuff, and the alert_box.c UI-specific file, to 2012-01-16 01:07:52 +00:00
progress_dlg.h Move some headers for UI stuff, and the alert_box.c UI-specific file, to 2012-01-16 01:07:52 +00:00
recent.h Restructure the recent file code so that recent.c is GUI-independent; 2012-01-18 19:38:34 +00:00
recent_utils.h Add some files that didn't get checked in. 2012-01-18 19:47:44 +00:00
simple_dialog.h Move some headers for UI stuff, and the alert_box.c UI-specific file, to 2012-01-16 01:07:52 +00:00
ui_util.h Move the declaration of main_set_window_name() frm ui/ui_util.h to 2012-06-03 18:40:23 +00:00
util.c Start moving files to ui/ and ui/cli/ 2012-02-17 12:30:27 +00:00
util.h Start moving files to ui/ and ui/cli/ 2012-02-17 12:30:27 +00:00