X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=StatusIcon.vala;h=fcad9275cbc6403c3460bdb67ae58cbb9bf55c8d;hb=ccfe84132bb496252582832ab73646ca275b2b40;hp=f2d2091c537023c61a5b8d4615de2daa58f408f0;hpb=4af8e1f969575f5cf11c5ff2df51ea4b8b5edd7c;p=gitlive 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 ); })