Wireshark-commits: [Wireshark-commits] rev 23821: /trunk/gtk/ /trunk/gtk/: toolbar.c
Date: Mon, 10 Dec 2007 03:27:50 GMT
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