Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/avant-window-navigator/files: avant-window-navigator-0.4.2-Timeout.patch
Date: Wed, 21 May 2014 14:16:19
Message-Id: 20140521141616.656602004E@flycatcher.gentoo.org
1 jer 14/05/21 14:16:16
2
3 Added: avant-window-navigator-0.4.2-Timeout.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 gnome-extra/avant-window-navigator/files/avant-window-navigator-0.4.2-Timeout.patch
11
12 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
13 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
14
15 Index: avant-window-navigator-0.4.2-Timeout.patch
16 ===================================================================
17 --- applets/quick-prefs/applet.vala.orig 2013-11-27 09:40:25.000000000 +0100
18 +++ applets/quick-prefs/applet.vala 2014-05-21 16:09:36.318740677 +0200
19 @@ -288,7 +288,7 @@
20
21 if (this.timer_id == 0)
22 {
23 - this.timer_id = Timeout.add (300, this.on_timer_tick);
24 + this.timer_id = Gtk.Timeout.add (300, this.on_timer_tick);
25 }
26 if (this.autohide_cookie == 0)
27 {