From a72b99ad592e2f42db0b70e0edf95d967a298f8f Mon Sep 17 00:00:00 2001 From: Andrew Psaltis Date: Thu, 18 Dec 2008 00:07:00 -0500 Subject: [PATCH] curses/wicd-curses.py: fixed a bug (missing 'self.') in dbus_scan_finished --- curses/wicd-curses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curses/wicd-curses.py b/curses/wicd-curses.py index 639d931..8b4fa9d 100644 --- a/curses/wicd-curses.py +++ b/curses/wicd-curses.py @@ -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.