From 28dcd32794a193147d3e147bcebeed492d1b7582 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 May 2014 22:09:21 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 6c75a0e2..c672a0bb 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -47,7 +47,7 @@ public class StatusIconA : StatusIcon { //title : 'gitlive', this.stock = Gtk.Stock.REFRESH; this.tooltip_text = "GitLive"; - this.title = "gitlive"; + this.title = "vgitlive"; this.set_name("gitlive"); this.set_visible(true); -- 2.39.2