From bfaf26bea67927b02eeb88f2eb506d664296a8de Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 21:55:00 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); }); -- 2.39.2