Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/home
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-07 13:23:44 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-07 13:23:44 (GMT)
commiteefad0aeedf7fe6bea68dd0f0e3b33db2b24b223 (patch)
treea189253ced040de59794edf766fd7848d088d466 /shell/view/home
parentce6d21075f0732c23b180b9249e34d5466b8690a (diff)
Do not try to add access points on model removed signal!
Some fixes to access point state.
Diffstat (limited to 'shell/view/home')
-rw-r--r--shell/view/home/MeshBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/home/MeshBox.py b/shell/view/home/MeshBox.py
index c8d050c..df6b8ec 100644
--- a/shell/view/home/MeshBox.py
+++ b/shell/view/home/MeshBox.py
@@ -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)