Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
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: