src/Builder4/DialogPluginWebkit.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:41:34 +0000 (16:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Apr 2015 08:41:34 +0000 (16:41 +0800)
src/Builder4/DialogPluginWebkit.vala

src/Builder4/DialogPluginWebkit.bjs
src/Builder4/DialogPluginWebkit.vala

index 62eca88..5ba4212 100644 (file)
@@ -8,6 +8,7 @@
  "items" : [
   {
    "id" : "DialogPluginWebkit",
+   "utf8 title" : "",
    "gint default_height" : 500,
    "gboolean deletable" : true,
    "xtype" : "Dialog",
index cf1b04e..6c258eb 100644 (file)
@@ -25,6 +25,7 @@ public class Xcls_DialogPluginWebkit : Object
         // my vars (dec)
 
         // set gobject values
+        this.el.title = "";
         this.el.default_height = 500;
         this.el.default_width = 500;
         this.el.deletable = true;