mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
curses/wicd-curses.py: fixed a bug (missing 'self.') in dbus_scan_finished
This commit is contained in:
@@ -320,7 +320,7 @@ class appGUI():
|
|||||||
self.frame.set_body(self.netList)
|
self.frame.set_body(self.netList)
|
||||||
# I'm hoping that this will get rid of Adam's problem with the NetList not
|
# I'm hoping that this will get rid of Adam's problem with the NetList not
|
||||||
# redisplaying itself immediately upon completion.
|
# redisplaying itself immediately upon completion.
|
||||||
update_ui()
|
self.update_ui()
|
||||||
|
|
||||||
# Be clunky until I get to a later stage of development.
|
# Be clunky until I get to a later stage of development.
|
||||||
# Update the list of networks. Usually called by DBus.
|
# Update the list of networks. Usually called by DBus.
|
||||||
|
|||||||
Reference in New Issue
Block a user