src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 07:57:56 +0000 (15:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 07:57:56 +0000 (15:57 +0800)
src/Builder4/WindowState.vala

index 73ba872..68ad3b7 100644 (file)
@@ -38,6 +38,10 @@ public class WindowState : Object
     public Xcls_ClutterFiles     clutterfiles;
 
     public Xcls_WindowLeftProjects left_projects; // can not see where this is initialized.. 
+    
+    // dialogs??
+    public Xcls_DialogPluginWebkit webkit_plugin;
+    
     // ctor 
     public WindowState(Xcls_MainWindow win)
     {
@@ -66,6 +70,8 @@ public class WindowState : Object
         // dialogs
 
         this.fileNewInit();
+        
+        this.webkit_plugin = new Xcls_DialogPluginWebkit();
 
         this.children_loaded = true;
     }