src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 08:32:49 +0000 (16:32 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Apr 2015 08:32:49 +0000 (16:32 +0800)
src/Builder4/WindowState.vala

index 68ad3b7..87cbd3e 100644 (file)
@@ -39,6 +39,8 @@ public class WindowState : Object
 
     public Xcls_WindowLeftProjects left_projects; // can not see where this is initialized.. 
     
+    public DialogTemplateSelect template_select; 
+    
     // dialogs??
     public Xcls_DialogPluginWebkit webkit_plugin;
     
@@ -72,7 +74,7 @@ public class WindowState : Object
         this.fileNewInit();
         
         this.webkit_plugin = new Xcls_DialogPluginWebkit();
-
+               this.template_select; = new DialogTemplateSelect();
         this.children_loaded = true;
     }