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