Added 256x256 stopped icon
Esse commit está contido em:
Arquivo binário não exibido.
+1
-1
@@ -12,7 +12,7 @@ class TrayIcon(GObject.Object, Peas.Activatable):
|
||||
__gtype_name = 'TrayIcon'
|
||||
object = GObject.property(type=GObject.Object)
|
||||
|
||||
rhythmbox_icon = "/usr/share/icons/hicolor/32x32/apps/rhythmbox.png"
|
||||
rhythmbox_icon = os.path.join(sys.path[0], "tray_stopped.png")
|
||||
play_icon = os.path.join(sys.path[0], "tray_playing.png")
|
||||
menu = None
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário