sync
[gitlive] / StatusIcon.vala
index a4f5cfd..e45c18b 100644 (file)
@@ -331,19 +331,19 @@ public class StatusIconA : StatusIcon {
                {
                        this.total--;
                        if (!Regex.match_simple ("Already up-to-date", res) ) {
-                     
-                       
-                       ret_str += ret_str.length > 0 ? "\n" : "";
-                       ret_str += "Updated: " +repo.name + "\n" + res +"\n";
-                       }
-                       if (this.total < 1) {
-                               var notification = new Notify.Notification( 
+                       var notification = new Notify.Notification( 
                          "Pull completed ",
-                         ret_str,
+                          "Updated: " +repo.name + "\n" + res +"\n",
                             "dialog-information"
                     );
                     notification.set_timeout(20);
                                notification.show();
+                       
+                       }
+                       if (this.total < 1) {
+                       
                                statusicon.set_tooltip_text("Gitlive");