1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

curses/wicd-curses.py: fixed a bug (missing 'self.') in dbus_scan_finished

This commit is contained in:
Andrew Psaltis
2008-12-18 00:07:00 -05:00
parent 868469ef90
commit a72b99ad59

View File

@@ -320,7 +320,7 @@ class appGUI():
self.frame.set_body(self.netList)
# I'm hoping that this will get rid of Adam's problem with the NetList not
# redisplaying itself immediately upon completion.
update_ui()
self.update_ui()
# Be clunky until I get to a later stage of development.
# Update the list of networks. Usually called by DBus.