Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-09-24 16:00:36 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-24 16:00:36 (GMT)
commite3f97b042f2ffddcef8d10ae6d9bd3cb4f6c19c1 (patch)
tree57b3abd1356026e35d6aed6f02d54909ce394d2a /shell/sugar-shell
parent0a53813064890877a52e2bf392eb4d1dbfbb0a3c (diff)
Save state of volume when shutdown and reboot fix for #3652
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 93f2faa..106a9d7 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -147,6 +147,9 @@ if __name__ == '__main__':
main()
+ hw_manager = hardwaremanager.get_manager()
+ hw_manager.startup()
+
try:
gtk.main()
except KeyboardInterrupt: