wicd: fix wicd-curses urwid patch
This commit is contained in:
parent
3a67344be6
commit
3e5c66a3c1
|
@ -9,7 +9,7 @@
|
|||
+ input_data = ui.get_input()
|
||||
# Resolve any "alarms" in the waiting
|
||||
- self.handle_keys(input_data[1])
|
||||
+ self.handle_keys(input_data)
|
||||
+ self.handle_keys(input_data or [])
|
||||
|
||||
# Update the screen
|
||||
canvas = self.frame.render((self.size), True)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wicd'
|
||||
pkgname=wicd
|
||||
version=1.7.3
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_options="systemd"
|
||||
hostmakedepends="python python-setuptools python-Babel"
|
||||
|
|
Loading…
Reference in New Issue