jer 14/05/21 14:16:16 Added: avant-window-navigator-0.4.2-Timeout.patch Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.2-Timeout.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.2-Timeout.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.2-Timeout.patch?rev=1.1&content-type=text/plain Index: avant-window-navigator-0.4.2-Timeout.patch =================================================================== --- applets/quick-prefs/applet.vala.orig 2013-11-27 09:40:25.000000000 +0100 +++ applets/quick-prefs/applet.vala 2014-05-21 16:09:36.318740677 +0200 @@ -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) {
