wicd: fix wicd-curses urwid patch

This commit is contained in:
Duncaen 2015-02-08 00:57:07 +01:00
parent 3a67344be6
commit 3e5c66a3c1
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"