From: Alan Knowles Date: Tue, 6 May 2014 13:50:51 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=ccfe84132bb496252582832ab73646ca275b2b40 StatusIcon.vala --- 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 ); })