From: Alan Knowles Date: Wed, 22 Apr 2015 07:57:56 +0000 (+0800) Subject: src/Builder4/WindowState.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=1e3d178825651a1cb540ebf099c710a3590adad2;p=app.Builder.js src/Builder4/WindowState.vala --- 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; }