src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 06:56:52 +0000 (14:56 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 06:56:52 +0000 (14:56 +0800)
src/Builder4/WindowState.vala

index ad19205..50d88cf 100644 (file)
@@ -501,6 +501,7 @@ public class WindowState : Object
        public void webkitViewInit()
        {
                this.window_rooview  =new Xcls_WindowRooView();
+               this.window_rooview.main_window = this.win;
                this.window_rooview.ref();
                ((Gtk.Container)(this.win.rooview.el.get_widget())).add(this.window_rooview.el);
                this.window_rooview.el.show_all();