http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23821
User: wmeier
Date: 2007/12/10 03:27 AM
Log:
Fix Bug #2055: "File Save not working properly";
Change SVN #23487 patch to not use signal_connect each time the
the function of the save button is changed since that
results in multiple callbacks attached to the save button.
Intead: associate data with the save button which species its
current function.
(It sure would be nice if the original problem causing the
blank spot on the toolbar could be resolved; the work-around
is starting to get messy).
Directory: /trunk/gtk/
Changes Path Action
+28 -8 toolbar.c Modified