fix merge
[roobuilder] / src / Builder4 / DialogFiles.bjs
index 224aafb..c7412a0 100644 (file)
    "| void load" : [
     "() {",
     "     // cl list...",
-    "    ",
-    "       ",
+    "     ",
     "     _this.is_loading = true;",
     "         ",
-    "",
     "     Project.Project.loadAll();",
     "     _this.project_list.el.set_model(new Gtk.SingleSelection(null));",
     "     Project.Project.loadIntoStore(this.projectmodel.el);",
     "    ",
     "    _this.projectselection.el.selected = Gtk.INVALID_LIST_POSITION; ",
     "\t_this.btn_delfile.el.hide();",
-    " ",
-    "  ",
     "}",
     ""
    ],
   }
  ],
  "name" : "DialogFiles"
-}
\ No newline at end of file
+}