Fix #3, by making the window "present" on de-iconify

Esse commit está contido em:
Tom Parker
2012-01-29 18:38:25 +00:00
commit 946b0cb157
+1
Ver Arquivo
@@ -19,6 +19,7 @@ class TrayIcon(GObject.Object, Peas.Activatable):
self.wind.hide()
else:
self.wind.show()
self.wind.present()
def play(self, widget):
self.player.playpause(True) # does nothing argument