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 43321: /trunk/ /trunk/ui/gtk/: simple_dialog.c /trunk/:

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