simon-svn: putty: simon
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Sun Apr 20 17:48:18 BST 2014
SVN root: svn://svn.tartarus.org/sgt
Changes by: simon
Revision: 10181
Date: 2014-04-20 17:48:18 +0100 (Sun, 20 Apr 2014)
Log message (7 lines):
Fix an annoying warning from GTK on Ubuntu 14.04.
Timer objects evaporate when our timer_trigger callback is called, and
therefore we should not remember their ids beyond that time and
attempt to cancel them later. Previous versions of GTK silently
ignored us doing that, but upgrading to Ubuntu Trusty has given me a
version of GTK that complains about it, so let's stop doing it.
Modified files:
U putty/unix/gtkwin.c
Links:
http://svn.tartarus.org/sgt/?rev=10181&view=rev
http://svn.tartarus.org/sgt/putty/unix/gtkwin.c?rev=10181&r1=10180&r2=10181
More information about the tartarus-commits
mailing list