Do not show the battery device since it's not hooked up

master
Marco Pesenti Gritti 18 years ago
parent 08e6546489
commit 655e4018f2

@ -21,7 +21,7 @@ class DevicesModel(gobject.GObject):
gobject.GObject.__init__(self)
self._devices = {}
self.add_device(battery.Device())
#self.add_device(battery.Device())
self._observe_network_manager()

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

Loading…
Cancel
Save