StatusIcon.vala
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 May 2014 13:50:51 +0000 (21:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 May 2014 13:50:51 +0000 (21:50 +0800)
StatusIcon.vala

index f2d2091..fcad927 100644 (file)
@@ -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 );
                     
                     
                 })