diff options
Diffstat (limited to 'src/Page.vala')
-rw-r--r-- | src/Page.vala | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Page.vala b/src/Page.vala index 72613e0..2f6f2c3 100644 --- a/src/Page.vala +++ b/src/Page.vala @@ -1,4 +1,4 @@ -/* Copyright 2009-2015 Yorba Foundation +/* Copyright 2016 Software Freedom Conservancy Inc. * * This software is licensed under the GNU LGPL (version 2.1 or later). * See the COPYING file in this distribution. @@ -1157,6 +1157,9 @@ public abstract class Page : Gtk.ScrolledWindow { if (event_source != null) event_source.get_window().set_cursor(new Gdk.Cursor(Gdk.CursorType.BLANK_CURSOR)); + // We remove the timeout so reset the id + last_timeout_id = 0; + return false; } } |