From 37f60383d04d4f620d6844f6c3e045d3b342c48d Mon Sep 17 00:00:00 2001 From: Sean Robinson Date: Wed, 7 Jan 2009 18:06:01 -0700 Subject: [PATCH] Add radar_window.update_auto_profile_order() HappyDoc comments --- wifi-radar | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wifi-radar b/wifi-radar index 028d5f4..145dc7b 100755 --- a/wifi-radar +++ b/wifi-radar @@ -1181,6 +1181,19 @@ class radar_window: def disconnect_profile( self, widget, data=None ): self.connection.disconnect_interface() + # Update the config file auto profile order from the on-screen order + # + #Parameters: + # + # 'widget' -- gtk.Widget - The widget sending the event. + # + # 'data' -- tuple - list of arbitrary arguments (not used) + # + # 'data2' -- tuple - list of arbitrary arguments (not used) + # + #Returns: + # + # nothing def update_auto_profile_order( self, widget = None, data = None, data2 = None ): # recreate the auto_profile_order auto_profile_order = [] -- 2.11.4.GIT