src/Builder4/WindowLeftProps.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 11:13:00 +0000 (19:13 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 May 2015 11:13:00 +0000 (19:13 +0800)
src/Builder4/WindowLeftProps.vala

src/Builder4/WindowLeftProps.bjs
src/Builder4/WindowLeftProps.vala

index 630089a..617dae8 100644 (file)
@@ -53,7 +53,7 @@
          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
          "items" : [
           {
-           "$ Gtk.Stock stock" : "Gtk.STOCK_ADD",
+           "$ Gtk.Stock stock" : "Gtk.Stock.ADD",
            "xtype" : "Image",
            "* pack" : "add",
            "$ xns" : "Gtk",
index 47b7586..4f4ac80 100644 (file)
@@ -648,7 +648,7 @@ public class Xcls_LeftProps : Object
             // my vars (dec)
 
             // set gobject values
-            this.el.stock = Gtk.STOCK_ADD;
+            this.el.stock = Gtk.Stock.ADD;
             this.el.icon_size = Gtk.IconSize.MENU;
         }