src/Builder4/MainWindow.bjs
[app.Builder.js] / src / Builder4 / MainWindow.vala
index a0277a5..baf7ce7 100644 (file)
@@ -79,6 +79,11 @@ public class Xcls_MainWindow : Object
         // init method
 
         //this.el.show_all();
+            try {
+                 this.el.icon = new Gdk.Pixbuf.from_file ("roobuilder.png");
+               } catch (Exception e) {
+                       print("no icon found");
+               }
 
         //listeners
         this.el.delete_event.connect( (   event) => {