Gentoo Archives: gentoo-commits

From: "Peter Weller (welp)" <welp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/gajim/files: 0.11.3-misc-fixes.patch
Date: Sun, 02 Dec 2007 17:34:02
Message-Id: E1IyshX-0006J4-CV@stork.gentoo.org
1 welp 07/12/02 17:33:55
2
3 Modified: 0.11.3-misc-fixes.patch
4 Log:
5 OK, fix for real this time...
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 net-im/gajim/files/0.11.3-misc-fixes.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gajim/files/0.11.3-misc-fixes.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gajim/files/0.11.3-misc-fixes.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gajim/files/0.11.3-misc-fixes.patch?r1=1.1&r2=1.2
14
15 Index: 0.11.3-misc-fixes.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-im/gajim/files/0.11.3-misc-fixes.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- 0.11.3-misc-fixes.patch 2 Dec 2007 16:57:38 -0000 1.1
22 +++ 0.11.3-misc-fixes.patch 2 Dec 2007 17:33:54 -0000 1.2
23 @@ -25,7 +25,7 @@
24 - #when we get a key press event in conversation textview,
25 + # Ctrl+PageUP / DOWN has to be handled by notebook
26 + if event.state & gtk.gdk.CONTROL_MASK and event.keyval in (
27 -+ gtk keysyms.Page_Down, gtk.keysyms.Page_Up):
28 ++ gtk.keysyms.Page_Down, gtk.keysyms.Page_Up):
29 + return false
30 if isinstance(control, ChatControlBase):
31 - #we forwarded it to message textview
32
33
34
35 --
36 gentoo-commits@g.o mailing list