http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2055
------- Comment #13 from wmeier@xxxxxxxxxxx 2007-12-10 03:36 GMT -------
I've committed a fix (SVN# 23821) which fixes the problem on Linux and I expect
will also fix the problem on Windows. (I'll leave this as open until I confirm
the fix on Windows in an hour or so).
The problem: The code used in SVN revision 23487 called signal_connect each
time the function of the save button was changed to either "save" or "save as".
Unfortunately signal_connect on an object for a specific signal does not
replace the existing callback but adds a new one.
The net result was that multiple "file save" / "file save as" callbacks would
end up attached to the save button thus causing the effect described by Keith.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.