This commit is contained in:
Dan Williams
2007-02-25 19:27:37 -05:00
60 changed files with 614 additions and 1921 deletions
-6
View File
@@ -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()