From d7a02fd0e1c3225320874222fd46da65d8b57a7a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 8 May 2014 19:39:41 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index a65ba84a..216da825 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -38,6 +38,7 @@ public StatusIconA statusicon; public class StatusIconA : StatusIcon { bool paused = false; + static StatusIconA statusicon; public StatusIconA() { @@ -123,7 +124,7 @@ public class StatusIconA : StatusIcon { var image = new Gtk.Image(); image.set_from_stock(Gtk.Stock.MEDIA_PAUSE,Gtk.IconSize.MENU ); - this.set_image (image); + this.set_image (image); this.label= "Pause Commits"; this.always_show_image = true; -- 2.39.2