From: Alan Knowles Date: Mon, 6 Jun 2016 06:26:38 +0000 (+0800) Subject: src/Builder4/MainWindow.bjs X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=dc7a282343593d9891167e5481931f39692f4027 src/Builder4/MainWindow.bjs src/Builder4/MainWindow.vala --- diff --git a/src/Builder4/MainWindow.bjs b/src/Builder4/MainWindow.bjs index 9cd27a471..e8a2db7da 100644 --- a/src/Builder4/MainWindow.bjs +++ b/src/Builder4/MainWindow.bjs @@ -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.set_icon_name(\"roobuilder\");\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\"", diff --git a/src/Builder4/MainWindow.vala b/src/Builder4/MainWindow.vala index 07561d753..d62b8db73 100644 --- a/src/Builder4/MainWindow.vala +++ b/src/Builder4/MainWindow.vala @@ -80,7 +80,7 @@ public class Xcls_MainWindow : Object //this.el.show_all(); //try { - this.el.icon = new Gdk.Pixbuf.from_file ("roobuilder.png"); + this.el.set_icon_name("roobuilder"); //} catch (Exception e) { // print("no icon found"); // }