Fix playpause button for rhythmbox v3.4

Esse commit está contido em:
Igor Tanfilyev
2016-09-29 20:03:32 +03:00
commit 159805d682
+1 -1
Ver Arquivo
@@ -183,7 +183,7 @@ class TrayIcon(GObject.Object, Peas.Activatable):
"""
Starts playing
"""
self.player.playpause(True) # does nothing argument
self.player.playpause() # does nothing argument
def next(self, widget):
"""