From 3a725e641b80722a25121221c9a9cfdb4e9b08b2 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Thu, 18 Oct 2012 12:49:37 +0200 Subject: [PATCH] files: add missing sentinel --- plugins/files/gitg-files-tree-store.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/files/gitg-files-tree-store.vala b/plugins/files/gitg-files-tree-store.vala index fd81f9cf..fcc534c0 100644 --- a/plugins/files/gitg-files-tree-store.vala +++ b/plugins/files/gitg-files-tree-store.vala @@ -135,7 +135,8 @@ public class TreeStore : Gtk.TreeStore set(iter, 0, entry.get_name(), 1, isdir, - 2, entry.get_id()); + 2, entry.get_id(), + -1); if (isdir) {