From 8301215948a06fcb78afc494246ff33e56b9fb3c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 21:55:08 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index d1472e3a..3a7fc30e 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -112,7 +112,7 @@ class StatusIconA : StatusIcon { public ImageMenuItemA() { - this.set_from_stock( Gtk.STOCK_MEDIA_PAUSE ); + this.set_from_stock( Gtk.Stock.MEDIA_PAUSE ); this.label= "Pause Commits"; this.always_show_image = true; this.accel_group = null; @@ -122,7 +122,7 @@ class StatusIconA : StatusIcon { //GitMonitor.GitMonitor.stop(); // this.el.label = status ? 'Resume' : 'Pause'; - statusicon.set_from_stock( Gtk.STOCK_MEDIA_PAUSE ); + statusicon.set_from_stock( Gtk.Stock.MEDIA_PAUSE ); }); -- 2.39.2