From 1e3d178825651a1cb540ebf099c710a3590adad2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 22 Apr 2015 15:57:56 +0800 Subject: [PATCH] src/Builder4/WindowState.vala --- src/Builder4/WindowState.vala | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Builder4/WindowState.vala b/src/Builder4/WindowState.vala index 73ba872ef..68ad3b732 100644 --- a/src/Builder4/WindowState.vala +++ b/src/Builder4/WindowState.vala @@ -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; } -- 2.39.2