Skip to content

Commit

Permalink
New Solution
Browse files Browse the repository at this point in the history
Signed-off-by: Guillermo Trinidad <[email protected]>
  • Loading branch information
trinidadg committed Dec 9, 2014
1 parent 92a9763 commit 2a550cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions extensions/deviceicon/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,9 @@ def create_palette(self):
palette.connect('gsm-connect', self.__gsm_connect_cb)
palette.connect('gsm-disconnect', self.__gsm_disconnect_cb)

self.set_palette(palette)
self._palette = palette
self.set_palette(palette)

props = dbus.Interface(self._device, dbus.PROPERTIES_IFACE)
props.GetAll(network.NM_DEVICE_IFACE, byte_arrays=True,
Expand Down
1 change: 0 additions & 1 deletion sugar
Submodule sugar deleted from 72bb2e

0 comments on commit 2a550cd

Please sign in to comment.