BrowserWindow.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 25 Apr 2016 08:09:25 +0000 (16:09 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 25 Apr 2016 08:09:25 +0000 (16:09 +0800)
BrowserWindow.vala
webkitpdf.vala.c
BrowserWindow.vala.c

BrowserWindow.bjs
BrowserWindow.vala

index def074b..059ee17 100644 (file)
@@ -14,6 +14,7 @@
    },
    "xtype" : "Window",
    "$ xns" : "Gtk",
+   "Gtk.WindowType type" : "Gtk.WindowType.TOPLEVEL",
    "items" : [
     {
      "id" : "scrolled_window",
index 2a533d8..7a56043 100644 (file)
@@ -21,7 +21,7 @@ public class BrowserWindow : Object
     public BrowserWindow()
     {
         _this = this;
-        this.el = new Gtk.Window( null );
+        this.el = new Gtk.Window( Gtk.WindowType.TOPLEVEL );
 
         // my vars (dec)