Fix strength propagation

This commit is contained in:
Marco Pesenti Gritti
2007-02-25 15:05:56 +01:00
parent f907ceeae6
commit 10bfe004a8
5 changed files with 17 additions and 9 deletions
+6
View File
@@ -31,6 +31,12 @@ class AccessPointView(CanvasIcon):
self._model = model
self.connect('activated', self._activate_cb)
model.connect('notify::strength', self._strength_changed_cb)
self._update_icon()
def _strength_changed_cb(self, model, pspec):
self._update_icon()
def _activate_cb(self, icon):