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-shell6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/sugar-shell b/shell/sugar-shell
index 5b85da1..54c1705 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -62,12 +62,6 @@ model = ShellModel()
service = ShellService(model)
shell = Shell(model)
-# Start the NetworkManager applet
-# FIXME: do this somewhere else, better planned out
-args = ["sugar-nm-applet"]
-flags = gobject.SPAWN_SEARCH_PATH
-result = gobject.spawn_async(args, flags=flags, standard_output=False)
-
tbh = TracebackUtils.TracebackHelper()
try:
gtk.main()