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 43252: /trunk/ui/gtk/ /trunk/ui/gtk/: main.c

Date: Thu, 14 Jun 2012 03:50:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43252

User: guy
Date: 2012/06/13 08:50 PM

Log:
 In effect, disable closing the main window while a capture is being
 stopped - there's no guaranteed way to make the UI's close button
 inactive (on X11, it depends on whether the window manager allows that),
 but we can just do nothing and return TRUE from the delete event handler
 to ignore the delete event.

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +17 -0     main.c        Modified