ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2055] V0.99.7 Pre 2 problem - File Save Not Working Correc

Date: Mon, 10 Dec 2007 03:36:17 +0000 (GMT)
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.