Do not show the battery device since it's not hooked up
This commit is contained in:
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…
Reference in New Issue
Block a user