files: no need for sentinel

This commit is contained in:
Ignacio Casal Quinteiro 2013-02-15 22:13:02 +01:00
parent fedb14aad4
commit 898dbd6889

View file

@ -155,8 +155,7 @@ public class TreeStore : Gtk.TreeStore
0, icon,
1, entry.get_name(),
2, isdir,
3, entry.get_id(),
-1);
3, entry.get_id());
if (isdir)
{