src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 18 Feb 2015 06:49:00 +0000 (14:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Feb 2015 06:49:00 +0000 (14:49 +0800)
src/Builder4/WindowState.vala

index 58ad861..6e3f7be 100644 (file)
@@ -38,9 +38,15 @@ public class WindowState : Object
 
        this.projectEditInit();
        this.leftTreeInit();
+
+       // on clutter space...
        this.propsListInit();
        this.propsAddInit();
        this.listenerInit();
+
+       // views...
+       this.gtkViewInit();
+       this.webkitViewInit();    
     }