From 10d214fa7df0ec879eb2358018828cd261652ec6 Mon Sep 17 00:00:00 2001 From: clhodapp Date: Mon, 2 Nov 2009 16:28:17 +0800 Subject: [PATCH] Places: RegenPlugin on gconf show_network change --- usr/lib/linuxmint/mintMenu/plugins/places.py | 1 + 1 file changed, 1 insertion(+) diff --git a/usr/lib/linuxmint/mintMenu/plugins/places.py b/usr/lib/linuxmint/mintMenu/plugins/places.py index 65baa38..f7f6e4a 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/places.py +++ b/usr/lib/linuxmint/mintMenu/plugins/places.py @@ -52,6 +52,7 @@ class pluginclass( object ): self.gconf.notifyAdd( "show_computer", self.RegenPlugin ) self.gconf.notifyAdd( "show_desktop", self.RegenPlugin ) self.gconf.notifyAdd( "show_home_folder", self.RegenPlugin ) + self.gconf.notifyAdd( "show_network", self.RegenPlugin ) self.gconf.notifyAdd( "show_trash", self.RegenPlugin ) self.gconf.notifyAdd( "custom_names", self.RegenPlugin ) self.gconf.notifyAdd( "allowScrollbar", self.RegenPlugin )