Merge pull request #19 from itanf/master
Fix playpause button for rhythmbox v3.4
Esse commit está contido em:
+1
-1
@@ -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):
|
||||
"""
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário