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

This commit is contained in:
Marco Pesenti Gritti 2007-03-07 22:30:52 +01:00
parent 08e6546489
commit 655e4018f2
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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