Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 43322: /trunk-1.8/ /trunk-1.8/ui/gtk/: simple_dialog.c /

Date: Sun, 17 Jun 2012 22:33:11 GMT
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