src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 6 Jun 2016 06:22:28 +0000 (14:22 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 6 Jun 2016 06:22:28 +0000 (14:22 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index c0ae24b..9cd27a4 100644 (file)
@@ -16,7 +16,7 @@
    },
    "id" : "MainWindow",
    "default_width" : 800,
-   "* init" : " \n\t  \n    //this.el.show_all();\n    try {\n         this.el.icon = new Gdk.Pixbuf.from_file (\"roobuilder.png\");\n\t} catch (Exception e) {\n\t\tprint(\"no icon found\");\n\t}",
+   "* init" : " \n\t  \n    //this.el.show_all();\n    //try {\n         this.el.icon = new Gdk.Pixbuf.from_file (\"roobuilder.png\");\n\t//} catch (Exception e) {\n\t//\tprint(\"no icon found\");\n//\t}",
    "| void openNewWindow" : "() {\n\tXcls_MainWindow.singleton().no_windows++;\n        var w = new Xcls_MainWindow();\n        w.ref();\n\n        w.el.show_all();\n        w.initChildren();\n        w.windowstate.switchState(WindowState.State.FILES);\n}\n",
    "# Project.Project project" : "null",
    "# string title" : "\"Application Builder\"",
index baf7ce7..07561d7 100644 (file)
@@ -79,11 +79,11 @@ public class Xcls_MainWindow : Object
         // init method
 
         //this.el.show_all();
-            try {
+            //try {
                  this.el.icon = new Gdk.Pixbuf.from_file ("roobuilder.png");
-               } catch (Exception e) {
-                       print("no icon found");
-               }
+               //} catch (Exception e) {
+               //      print("no icon found");
+        //     }
 
         //listeners
         this.el.delete_event.connect( (   event) => {