Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-02-26 00:27:37 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-02-26 00:27:37 (GMT)
commit0cad068bf48f92cc49fd327bae74b89caedf1322 (patch)
treeae9fd0e1a956e240a55b78268313a1aa088709dd /shell/sugar-shell
parentbf98a5d06436a905aa5710db4a60f1e6b7c8f7fc (diff)
parent69b48ade35088d2cceda6904360cb596c1a56b0b (diff)
Merge
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 9632ced..92cefc3 100755
--- a/shell/sugar-shell
+++ b/shell/sugar-shell
@@ -64,12 +64,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()