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 23487: /trunk/gtk/ /trunk/gtk/: toolbar.c

Date: Mon, 19 Nov 2007 04:24:07 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23487

User: sfisher
Date: 2007/11/19 04:24 AM

Log:
 Fix a problem introduced with the GTK 2.4+ Toolbar API whereby the save/
 save as button would disappear (leaving a blank spot on the toolbar) after
 starting & stopping a capture session more than once.
 
 This fix gets rid of the second save_as_button when using GTK 2.4+ in favor
 of converting the stock id / tooltip text of the save_button to that of
 the save as button when necessary and reverting it back to just save when
 necessary.

Directory: /trunk/gtk/
  Changes    Path          Action
  +27 -3     toolbar.c     Modified