http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43322
User: guy
Date: 2012/06/17 03:33 PM
Log:
Copy over r43321 from the trunk:
------------------------------------------------------------------------
r43321 | guy | 2012-06-17 15:32:03 -0700 (Sun, 17 Jun 2012) | 5 lines
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-1.8/ui/gtk/
Changes Path Action
+107 -0 simple_dialog.c Modified
Directory: /trunk-1.8/
Changes Path Action
+172 -204 file.c Modified
Directory: /trunk-1.8/ui/
Changes Path Action
+27 -14 alert_box.c Modified
+22 -0 simple_dialog.h Modified