From f87d802f79ee53b85106b0f45657ea799485f8b1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 21:48:46 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/StatusIcon.vala b/StatusIcon.vala index 4cd4349a..ec1420b1 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -78,6 +78,10 @@ class StatusIconA : StatusIcon { bool paused = false; public StatusIconA() { + + statusicon = this; + + //title : 'gitlive', this.stock = Gtk.STOCK_REFRESH; this.tooltip_text = "GitLive"; -- 2.39.2