NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 13 Feb 2019 06:26:32 +0000 (14:26 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 13 Feb 2019 06:26:32 +0000 (14:26 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index b73696d..d70e8dd 100644 (file)
          },
          "label" : "Create Branch",
          "id" : "createbtn",
-         "| void updateState" : "() {\n\n\n\n}\n",
+         "| void updateState" : "() {\n\n\nif (_this.actionsel.selectedAction() == \"\") {\n\t\t// need to select an action..\n\t\tthis.el.set_sensitive(false);\n\t\treturn;\n\t\n\t\n\t}\n\t\tthis.el.set_sensitive(true);\n\t\treturn;\n}\n",
          "* init" : "{\n   this.el.get_style_context().add_class(\"suggested-action\");\n}\n",
          "xtype" : "Button",
          "* pack" : "attach_defaults,4,5,4,5",
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;
         }
     }