From: Alan Knowles Date: Tue, 30 Oct 2018 07:57:19 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=10c1c7379d670cd5ea6bdff81ad252ee7094e6ed Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index e2b18460..04e9ddb4 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -159,6 +159,7 @@ "title" : "Repo", "* pack" : "append_column", "xtype" : "TreeViewColumn", + "int sort_column_id" : 3, "min_width" : 200, "$ xns" : "Gtk", "resizable" : true, diff --git a/Clones.vala b/Clones.vala index 1ad0fe9d..109dd6d0 100644 --- a/Clones.vala +++ b/Clones.vala @@ -803,6 +803,7 @@ public class Clones : Object // my vars (dec) // set gobject values + this.el.sort_column_id = 3; this.el.title = "Repo"; this.el.min_width = 200; this.el.sort_order = Gtk.SortType.ASCENDING;