From 990017240ae2090eb4e19e3667ebf6b72368cf7d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 23 Sep 2017 13:15:01 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 670073e4..0b9e5fc3 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -296,7 +296,8 @@ public class StatusIconA : StatusIcon { { var tr = GitRepo.list(); - + GitMonitor.gitmonitor.stop(); + var total = tr.length; @@ -347,7 +348,7 @@ public class StatusIconA : StatusIcon { // } } - statusicon.set_tooltip_text("Gitlive"); + -- 2.39.2