Skip to content

Commit

Permalink
Fix Speech icon palette
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 2a550cd commit a8f8f4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion extensions/deviceicon/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ def create_palette(self):

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: 1 addition & 0 deletions extensions/deviceicon/speech.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def create_palette(self):
label = GLib.markup_escape_text(_('Speech'))
palette = SpeechPalette(label, manager=self._manager)
palette.set_group_id('frame')
self.set_palette(palette)
return palette


Expand Down

0 comments on commit a8f8f4f

Please sign in to comment.