From 0cad068bf48f92cc49fd327bae74b89caedf1322 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 26 Feb 2007 00:27:37 +0000 Subject: Merge --- (limited to 'shell/sugar-shell') 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() -- cgit v0.9.1