Do not try to add access points on model removed signal!

Some fixes to access point state.
This commit is contained in:
Marco Pesenti Gritti
2007-03-07 14:23:44 +01:00
parent ce6d21075f
commit eefad0aeed
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ class MeshBox(SpreadBox):
self._add_access_point(ap_model)
def _access_point_removed_cb(self, model, ap_model):
self._add_access_point(ap_model)
self._remove_access_point(ap_model)
def _add_alone_buddy(self, buddy_model):
icon = BuddyIcon(self._shell, self._menu_shell, buddy_model)