Call remove access point with the right signature

This commit is contained in:
Marco Pesenti Gritti 2007-03-05 20:32:39 +01:00
parent 42609e447c
commit e62fcbd296
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ class MeshModel(gobject.GObject):
self._add_access_point(nm_device, nm_network)
def _nm_network_disappeared_cb(self, nm_device, nm_network):
self._remove_access_point(nm_device, nm_network)
self._remove_access_point(nm_network)
def _add_network_device(self, nm_device):
for nm_network in nm_device.get_networks():

View File

@ -1,6 +1,6 @@
VERSION=0.63
DATE=`date +%Y%m%d`
RELEASE=2.38
RELEASE=2.39
TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
rm sugar-$VERSION.tar.bz2