From eee4db14477c957acff798c826990132718cf902 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 11 Nov 2015 17:07:38 +0800 Subject: [PATCH] src/Builder4/PopoverFileDetails.bjs src/Builder4/PopoverFileDetails.vala --- src/Builder4/PopoverFileDetails.bjs | 2 +- src/Builder4/PopoverFileDetails.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Builder4/PopoverFileDetails.bjs b/src/Builder4/PopoverFileDetails.bjs index edda28ef9..73a606036 100644 --- a/src/Builder4/PopoverFileDetails.bjs +++ b/src/Builder4/PopoverFileDetails.bjs @@ -62,7 +62,7 @@ { "id" : "filetype", "* init" : "this.el.add_attribute(_this.ftdbcellrenderer.el , \"markup\", 1 );", - "* pack" : "attach_defaults,1,2,0,1", + "* pack" : "attach,1,2,0,1", "xtype" : "ComboBox", "$ xns" : "Gtk", "items" : [ diff --git a/src/Builder4/PopoverFileDetails.vala b/src/Builder4/PopoverFileDetails.vala index 147d4b642..ebc2c3e5b 100644 --- a/src/Builder4/PopoverFileDetails.vala +++ b/src/Builder4/PopoverFileDetails.vala @@ -237,7 +237,7 @@ public class Xcls_PopoverFileDetails : Object this.el.attach ( child_0.el , 0,1,0,1 ); var child_1 = new Xcls_filetype( _this ); child_1.ref(); - this.el.attach_defaults ( child_1.el , 1,2,0,1 ); + this.el.attach ( child_1.el , 1,2,0,1 ); var child_2 = new Xcls_Label9( _this ); child_2.ref(); this.el.attach_defaults ( child_2.el , 0,1,1,2 ); -- 2.39.2