Fix the api break by libgit2-glib

This commit is contained in:
Ignacio Casal Quinteiro 2012-10-03 09:06:48 +02:00
parent 009683eac4
commit fcf25a45fc

View file

@ -120,7 +120,7 @@ public class TreeStore : Gtk.TreeStore
try
{
d_tree.walk((root, entry) => {
var attr = entry.get_attributes();
var attr = entry.get_file_mode();
var isdir = Posix.S_ISDIR(attr);
Gtk.TreeIter? parent = null;