http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43321
User: guy
Date: 2012/06/17 03:32 PM
Log:
Add "simple dialog" routines to pop up modal message boxes. Use them in
file.c and routines called from it; non-modal dialogs end up, in some
cases, either hidden, devoid of the input focus and not dismissable, or
both.
Directory: /trunk/ui/gtk/
Changes Path Action
+107 -0 simple_dialog.c Modified
Directory: /trunk/
Changes Path Action
+172 -204 file.c Modified
Directory: /trunk/ui/
Changes Path Action
+27 -14 alert_box.c Modified
+22 -0 simple_dialog.h Modified