http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42855
User: guy
Date: 2012/05/25 02:25 PM
Log:
Use GTK+'s GtkMessageDialog for the questions we ask in the process of
saving files, and run it modal (which we're already doing with the
GtkFileChooserDialog); this means less callback-based state machine
stuff, simplifying the code paths a bit.
If we're saving a file before closing it, don't bother reloading it
after saving it.
Directory: /trunk/ui/gtk/
Changes Path Action
+2 -35 capture_dlg.c Modified
+331 -256 capture_file_dlg.c Modified
+9 -22 capture_file_dlg.h Modified
+3 -36 drag_and_drop.c Modified
+0 -1 export_sslkeys.c Modified
+4 -37 file_import_dlg.c Modified
+7 -51 main.c Modified
+7 -33 main_menubar.c Modified
+0 -1 main_proto_draw.c Modified
+2 -1 main_toolbar.c Modified
+0 -1 print_dlg.c Modified
(4 files not shown)