Get rid of the old nm applet

This commit is contained in:
Marco Pesenti Gritti
2007-02-25 13:40:24 +01:00
parent c0c753d169
commit 81e2e9ed8d
20 changed files with 1 additions and 2846 deletions
-6
View File
@@ -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()