From d013c874425417f316851c507d7eb054d8fec623 Mon Sep 17 00:00:00 2001 From: Sean Robinson Date: Thu, 9 Apr 2009 20:23:17 -0700 Subject: [PATCH] Rename radar_window.update_plist_items() to radar_window.update_list() Signed-off-by: Sean Robinson --- wifi-radar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi-radar b/wifi-radar index 42010c8..b38d8dd 100755 --- a/wifi-radar +++ b/wifi-radar @@ -891,7 +891,7 @@ class radar_window: #Returns: # # boolean -- always return True - def update_plist_items( self ): + def update_list( self, profile ): # Indicate to PyGtk that only one Gtk thread should run here gtk.gdk.threads_enter() # update the current ip and essid -- 2.11.4.GIT