diff options
author | Peter Weller <welp@gentoo.org> | 2007-12-04 20:44:44 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-12-04 20:44:44 +0000 |
commit | e0188032753f3e72efb6ceded67a134a005c9b8c (patch) | |
tree | ed3296b02eac586a80372e6bad0aed90fdd3d4f5 /net-im/gajim | |
parent | Stable on ppc64; bug #198075 (diff) | |
download | gentoo-2-e0188032753f3e72efb6ceded67a134a005c9b8c.tar.gz gentoo-2-e0188032753f3e72efb6ceded67a134a005c9b8c.tar.bz2 gentoo-2-e0188032753f3e72efb6ceded67a134a005c9b8c.zip |
Fix typo in patch
(Portage version: 2.1.4_rc6)
Diffstat (limited to 'net-im/gajim')
-rw-r--r-- | net-im/gajim/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/gajim/files/0.11.3-misc-fixes.patch | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-im/gajim/ChangeLog b/net-im/gajim/ChangeLog index 18dd654bfb9a..62b46484cf82 100644 --- a/net-im/gajim/ChangeLog +++ b/net-im/gajim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/gajim # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.63 2007/12/02 17:33:54 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gajim/ChangeLog,v 1.64 2007/12/04 20:44:43 welp Exp $ + + 04 Dec 2007; <welp@gentoo.org> files/0.11.3-misc-fixes.patch: + Fix typo in patch 02 Dec 2007; Peter Weller <welp@gentoo.org> files/0.11.3-misc-fixes.patch: OK, fix for real this time... diff --git a/net-im/gajim/files/0.11.3-misc-fixes.patch b/net-im/gajim/files/0.11.3-misc-fixes.patch index ea9d5f91ab6c..3a29cc312647 100644 --- a/net-im/gajim/files/0.11.3-misc-fixes.patch +++ b/net-im/gajim/files/0.11.3-misc-fixes.patch @@ -26,7 +26,7 @@ diff -ur gajim-0.11.3.orig/src/message_window.py gajim-0.11.3/src/message_window + # Ctrl+PageUP / DOWN has to be handled by notebook + if event.state & gtk.gdk.CONTROL_MASK and event.keyval in ( + gtk.keysyms.Page_Down, gtk.keysyms.Page_Up): -+ return false ++ return False if isinstance(control, ChatControlBase): - #we forwarded it to message textview + # we forwarded it to message textview |