You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4....

12 lines
312 B

--- a/applets/quick-prefs/applet.vala
+++ b/applets/quick-prefs/applet.vala
@@ -288,7 +288,7 @@
if (this.timer_id == 0)
{
- this.timer_id = Timeout.add (300, this.on_timer_tick);
+ this.timer_id = Gtk.Timeout.add (300, this.on_timer_tick);
}
if (this.autohide_cookie == 0)
{