Fix #7959 - new project flow - use void func to callback after each step, tidy up...
[roobuilder] / src / Builder4 / MainWindow.vala
index e5c8b87..76242bb 100644 (file)
                        req.totalErrors("DEPR"),
                        req.totalErrors("DEPR", this.windowstate.file)
                );
+        
+               _this.statusbar_run.el.hide();
+        
+               if (req.totalErrors("ERR") < 1) {
+                       _this.statusbar_run.el.show();
+               }
+               
         }
         public void initChildren () {
             // this needs putting in a better place..
                 //listeners
                 this.el.clicked.connect( ( ) => {
                      
-                     _this.windowstate.projectPopoverShow(_this.el, null);
+                     _this.windowstate.projectPopoverShow(_this.el, null, null);
                    
                   
                 });