From: Alan Knowles Date: Tue, 6 May 2014 13:55:00 +0000 (+0800) Subject: StatusIcon.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=bfaf26bea67927b02eeb88f2eb506d664296a8de StatusIcon.vala --- diff --git a/StatusIcon.vala b/StatusIcon.vala index 4519aa46..d1472e3a 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -135,7 +135,7 @@ class StatusIconA : StatusIcon { public ImageMenuItemB() { - this.set_from_stock( Gtk.STOCK_MEDIA_PLAY ); + this.set_from_stock( Gtk.Stock.MEDIA_PLAY ); this.label= "Start Commits"; this.always_show_image = true; this.accel_group = null; @@ -146,7 +146,7 @@ class StatusIconA : StatusIcon { // // this.el.label = status ? 'Resume' : 'Pause'; - statusicon.set_from_stock( Gtk.STOCK_MEDIA_PLAY ); + statusicon.set_from_stock( Gtk.Stock.MEDIA_PLAY ); });