From 870bad2a062586f4ac09af829193ac4f86b5ad87 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 11 Aug 2017 13:05:27 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index d1649bb7..5bdfeb3b 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -47,9 +47,9 @@ public class StatusIconA : StatusIcon { //title : 'gitlive', this.stock = Gtk.Stock.REFRESH; this.tooltip_text = "GitLive"; - this.title = "vgitlive"; + this.title = "gitlive"; - this.set_name("vgitlive"); + this.set_name("gitlive"); this.set_visible(true); var menu = new MenuA(); -- 2.39.2