Re: [Sugar-devel] [PATCH v2 sugar] Finish port of palettes in network device icon

2012-09-25 Thread Manuel Quiñones
2012/9/25 Simon Schampijer : > Thanks Manuel. > > > On 09/25/2012 08:42 PM, Manuel Quiñones wrote: >> >> Started in aaa963cf with the port of wireless. The pending one was >> GsmPalette. WiredPalette doesn't need to be changed, it doesn't pack >> MenuItems, just sets the content with set_content,

Re: [Sugar-devel] [PATCH v2 sugar] Finish port of palettes in network device icon

2012-09-25 Thread Simon Schampijer
Thanks Manuel. On 09/25/2012 08:42 PM, Manuel Quiñones wrote: Started in aaa963cf with the port of wireless. The pending one was GsmPalette. WiredPalette doesn't need to be changed, it doesn't pack MenuItems, just sets the content with set_content, is all informational. And device type OLPC m

Re: [Sugar-devel] [PATCH v2 sugar] Finish port of palettes in network device icon

2012-09-25 Thread Manuel Quiñones
What I did to test without a modem (proper testing encuraged): --- a/extensions/deviceicon/network.py +++ b/extensions/deviceicon/network.py @@ -1052,19 +1052,8 @@ class NetworkManagerObserver(object): nm_device = self._bus.get_object(network.NM_SERVICE, device_op) props = dbus.I

[Sugar-devel] [PATCH v2 sugar] Finish port of palettes in network device icon

2012-09-25 Thread Manuel Quiñones
Started in aaa963cf with the port of wireless. The pending one was GsmPalette. WiredPalette doesn't need to be changed, it doesn't pack MenuItems, just sets the content with set_content, is all informational. And device type OLPC mesh uses the same palette as wireless, already ported. - use Pal