GitMonitor.vala
[gitlive] / GitMonitor.vala
index 1f2a1bf..adba50b 100644 (file)
@@ -538,8 +538,10 @@ public class GitMonitor : Monitor
                                        
                                );
        
-                               notification.set_timeout(5); // show errros for longer
-                               notification.show();   
+                               notification.set_timeout(10); // show errros for longer
+                               notification.show();
+                               
+                               this.pauseError();   
                        }
                } catch(Error e) {
                        print(e.message);