From 4af8e1f969575f5cf11c5ff2df51ea4b8b5edd7c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 21:50:44 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 75cd751a..f2d2091c 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -184,7 +184,7 @@ class StatusIconA : StatusIcon { // // this.el.label = status ? 'Resume' : 'Pause'; - statusicon.el.set_from_stock( Gtk.STOCK_MEDIA_PAUSE ); + statusicon.el.set_from_stock( Gtk.STOCK_MEDIA_PLAY ); }) -- 2.39.2