id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,distribution,status_field
463,Network device icons don't react on right click,erikos,erikos,"{{{
diff --git a/extensions/deviceicon/network.py b/extensions/deviceicon/network.py
index d52f083..01e3c1a 100644
--- a/extensions/deviceicon/network.py
+++ b/extensions/deviceicon/network.py
@@ -211,11 +211,11 @@ class WirelessDeviceView(ToolButton):
         self.set_icon_widget(self._icon)
         self._icon.show()
 
+        self.set_palette_invoker(FrameWidgetInvoker(self))
         self._palette = WirelessPalette(self._name)
         self._palette.connect('deactivate-connection',
                               self.__deactivate_connection)
         self.set_palette(self._palette)
-        self._palette.props.invoker = FrameWidgetInvoker(self)
         self._palette.set_group_id('frame')
 
         props = dbus.Interface(self._device, 'org.freedesktop.DBus.Properties')
@@ -381,9 +381,9 @@ class WiredDeviceView(TrayIcon):
 
         TrayIcon.__init__(self, icon_name=self._ICON_NAME, xo_color=color)
 
+        self.set_palette_invoker(FrameWidgetInvoker(self))
         self._palette = WiredPalette()
         self.set_palette(self._palette)
-        self._palette.props.invoker = FrameWidgetInvoker(self)
         self._palette.set_group_id('frame')
         self._palette.set_connected(speed, address)

}}}",defect,closed,Unspecified by Maintainer,0.84,sugar,Unspecified,Minor,fixed,,r+,Unspecified,Resolved
