From 5b222a9965ac5d847cd6e0139673f98c88a0ad3f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Apr 2015 16:32:49 +0800 Subject: [PATCH] src/Builder4/WindowState.vala --- src/Builder4/WindowState.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index 68ad3b732..87cbd3e78 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -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; } -- 2.39.2