]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix an annoying warning from GTK on Ubuntu 14.04.
authorSimon Tatham <anakin@pobox.com>
Sun, 20 Apr 2014 16:48:18 +0000 (16:48 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 20 Apr 2014 16:48:18 +0000 (16:48 +0000)
commite4c4bd20920e11458ab0ec0cd17c69b8bf7f6d00
treeb179fd72385854cdf98e42e34ced95e173540291
parentbd20c418a2fcf4fdee7f5a1d81c263b76e6b6bb3
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.

[originally from svn r10181]
unix/gtkwin.c