GitMonitor.vala
authorAlan Knowles <alan@roojs.com>
Mon, 14 Aug 2017 02:55:52 +0000 (10:55 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 14 Aug 2017 02:55:52 +0000 (10:55 +0800)
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);