Skip to content

Commit

Permalink
fixed filelist refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Sep 13, 2009
1 parent 0d3397b commit 3a4c595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filedata.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ static FileData *file_data_new(const gchar *path_utf8, struct stat *st, gboolean
if (fd)
{
gboolean changed;
if (basename_hash) file_data_basename_hash_insert(basename_hash, fd);

if (fd->parent)
changed = file_data_check_changed_files(fd);
Expand Down

0 comments on commit 3a4c595

Please sign in to comment.