src/Builder4/EditProject.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 09:10:35 +0000 (17:10 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 09:10:35 +0000 (17:10 +0800)
src/Builder4/EditProject.vala

src/Builder4/EditProject.bjs

index 1b06dc3..a07722a 100644 (file)
@@ -43,7 +43,7 @@
         {
          "| string getValue" : " () {\n     var ix = this.el.get_active();\n        if (ix < 0 ) {\n            return \"\";\n        }\n        switch(ix) {\n            case 0:\n                return \"Roo\";\n            case 1:\n                return \"Gtk\";\n        }\n        return \"\";\n}\n",
          "id" : "xtype",
-         "* init" : " this.el.add_attribute(_this.cellrender.el , \"markup\", 1 );  \n \n  ",
+         "* init" : " this.el.add_attribute(_this.cellrender.el , \"markup\", 1 );  \n  ",
          "xtype" : "ComboBox",
          "* pack" : "pack_end,true,true,3",
          "$ xns" : "Gtk",