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