From 7b99a5664f6e44562f8be00f21e625da416e2561 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 22:00:40 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/StatusIcon.vala b/StatusIcon.vala index 63feced3..ba3d08ea 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -113,6 +113,11 @@ class StatusIconA : StatusIcon { public ImageMenuItemA() { this.set_from_stock( Gtk.Stock.MEDIA_PAUSE ); + + var image = new Gtk.Image()NU); + image.set_from_stock(Gtk.Stock.MEDIA_PAUSE,Gtk.IconSize.MENU ); + item_open.set_image (image); + this.label= "Pause Commits"; this.always_show_image = true; this.accel_group = null; -- 2.39.2