Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-02-25 12:40:24 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-25 12:40:24 (GMT)
commit81e2e9ed8db11aff7daab714b7328b099cc73d8a (patch)
tree40922dfd6042eddfc35d4dcc798028ca6b4b35cb /shell/sugar-shell
parentc0c753d169fce161355bdbc5f67aad771782d8b1 (diff)
Get rid of the old nm applet
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()