http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52542
User: gerald
Date: 2013/10/11 05:20 PM
Log:
Remove GTK+ and global cfile dependencies from file_dlg_win32.c.
Move the declaration of set_last_open_dir() to ui/util.h. It still
has separate GTK+ and Qt implemenations. We might want to move it to
ui/util.c at some point. Remove a lot of unnecessary GTK+ includes.
Remove most of the references to the global cfile while we're at it.
Directory: /trunk/ui/gtk/
Changes Path Action
+2 -2 capture_file_dlg.c Modified
+0 -7 file_dlg.h Modified
+1 -1 packet_panes.c Modified
Directory: /trunk/ui/qt/
Changes Path Action
+1 -1 capture_file_dialog.cpp Modified
+2 -1 main_window.cpp Modified
+0 -2 qt_ui_utils.h Modified
+1 -0 wireshark_application.cpp Modified
Directory: /trunk/ui/
Changes Path Action
+6 -0 util.h Modified
Directory: /trunk/ui/win32/
Changes Path Action
+50 -39 file_dlg_win32.c Modified
+5 -3 file_dlg_win32.h Modified