From e48c36b9c98b44f948a38de30460c04ff46fa4ed Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 23 Sep 2017 13:14:23 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index d88ce961..417a15d0 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -322,10 +322,12 @@ public class StatusIconA : StatusIcon { } if (total < 1) { var notification = new Notify.Notification( - "Updated " + repo.name, + "Pull completed ", str, - "dialog-information" + dialog-information" ); + notification.set_timeout(20); + n otification.show(); statusicon.set_tooltip_text("Gitlive"); @@ -335,8 +337,7 @@ public class StatusIconA : StatusIcon { // do not care if it's already in sycn.. - notification.set_timeout(20); - notification.show(); + //} catch(Error e) { // print("notification or push errror- probably to many in queue.."); -- 2.39.2