files: add missing sentinel

This commit is contained in:
Ignacio Casal Quinteiro 2012-10-18 12:49:37 +02:00
parent e5d479ad53
commit 3a725e641b

View file

@ -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)
{