summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-10-01 16:18:28 +0000
committerThomas Kahle <tomka@gentoo.org>2011-10-01 16:18:28 +0000
commit693234bebecf2d5eb7f7c42822fe2847733ff5f0 (patch)
tree4e5ee15faf4b15b8ba83af49166aac6db3c671eb /net-misc/wicd/files
parentMask gtk3 rhythmbox git snapshots (diff)
downloadhistorical-693234bebecf2d5eb7f7c42822fe2847733ff5f0.tar.gz
historical-693234bebecf2d5eb7f7c42822fe2847733ff5f0.tar.bz2
historical-693234bebecf2d5eb7f7c42822fe2847733ff5f0.zip
Bump urwid dep in -r7, restrict urwid in all other versions (Bug 384761)
Package-Manager: portage-2.1.10.20/cvs/Linux i686
Diffstat (limited to 'net-misc/wicd/files')
-rw-r--r--net-misc/wicd/files/wicd-1.7.1_beta2-urwid-1.0.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/wicd/files/wicd-1.7.1_beta2-urwid-1.0.patch b/net-misc/wicd/files/wicd-1.7.1_beta2-urwid-1.0.patch
new file mode 100644
index 000000000000..b1b5abc02795
--- /dev/null
+++ b/net-misc/wicd/files/wicd-1.7.1_beta2-urwid-1.0.patch
@@ -0,0 +1,20 @@
+--- /usr/share/wicd/curses/wicd-curses.py.old 2011-10-01 14:54:47.478406517 +0400
++++ /usr/share/wicd/curses/wicd-curses.py 2011-10-01 14:49:50.781273004 +0400
+@@ -241,7 +241,7 @@
+ # Don't stop because someone let go of the mouse on the frame
+ mouse_release = False
+ for k in keys:
+- if urwid.is_mouse_event(k) and k[0] == "mouse release":
++ if urwid.util.is_mouse_event(k) and k[0] == "mouse release":
+ mouse_release = True
+ break
+ if mouse_release :
+@@ -882,7 +882,7 @@
+ data[4], False)
+
+ for k in keys:
+- if urwid.is_mouse_event(k):
++ if urwid.util.is_mouse_event(k):
+ event, button, col, row = k
+ self.frame.mouse_event( self.size,
+ event, button, col, row,