NewBranch.bjs
[gitlive] / NewBranch.vala
index 70d2ecc..16ba8ca 100644 (file)
@@ -739,7 +739,15 @@ public class NewBranch : Object
         public void updateState () {
         
         
-        
+        if (_this.actionsel.selectedAction() == "") {
+                       // need to select an action..
+                       this.el.set_sensitive(false);
+                       return;
+               
+               
+               }
+                       this.el.set_sensitive(true);
+                       return;
         }
     }