tomka       15/08/06 08:08:55

  Added:                wicd-1.7.3-urwid-1.3.0.patch
  Log:
  Fix python implementation deps and urwid-1.3.0 compat (523030, 541936)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  Changes    Path
1.1                  net-misc/wicd/files/wicd-1.7.3-urwid-1.3.0.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-1.7.3-urwid-1.3.0.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-1.7.3-urwid-1.3.0.patch?rev=1.1&content-type=text/plain

Index: wicd-1.7.3-urwid-1.3.0.patch
===================================================================
--- curses/wicd-curses.py       2015-01-27 22:35:25.414781192 -0300
+++ cursesb/wicd-curses.py      2015-01-28 01:13:48.078904587 -0300
@@ -1153,9 +1153,10 @@
         if not ui._started:
             return False
 
-        input_data = ui.get_input_nonblocking()
+        ui.set_input_timeouts(max_wait=0)
+        input_data = ui.get_input()
         # Resolve any "alarms" in the waiting
-        self.handle_keys(input_data[1])
+        self.handle_keys(input_data)
 
         # Update the screen
         canvas = self.frame.render((self.size), True)




Reply via email to