X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Clones.vala;h=8950c3b1e406074e47e018c3e3d2c07b85784393;hb=29bb97bbe42adf39eeb647ab098a019cabf8cee2;hp=109dd6d0884396a2753f7584f2b5e8444a59f754;hpb=10c1c7379d670cd5ea6bdff81ad252ee7094e6ed;p=gitlive diff --git a/Clones.vala b/Clones.vala index 109dd6d0..8950c3b1 100644 --- a/Clones.vala +++ b/Clones.vala @@ -606,7 +606,7 @@ public class Clones : Object // } catch(e) { print(e);} this.el.set_value(iter, 0, repo.name ); - // this.el.set_value(ret.iter, 1, '' + repo.currentBranch.name ); + this.el.set_value( ter, 1, '' + repo.currentBranch.name ); // this.el.set_value(ret.iter, 2, '' + repo.branches.map( // function(e) { return e.name; // }).join(', ') @@ -633,6 +633,7 @@ public class Clones : Object this.el.set_value(iter, 7, col ); } + this.el.set_sort_column_id (0, Gtk.SortType.ASCENDING); } } @@ -803,7 +804,7 @@ public class Clones : Object // my vars (dec) // set gobject values - this.el.sort_column_id = 3; + this.el.sort_column_id = 0; this.el.title = "Repo"; this.el.min_width = 200; this.el.sort_order = Gtk.SortType.ASCENDING;