Skip to content

Commit

Permalink
update file data structure
Browse files Browse the repository at this point in the history
update file data structure in view_dir_tree when a new directory
is created
  • Loading branch information
nadvornik committed Jul 29, 2012
1 parent 99d04b8 commit 27cdadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/view_dir_tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ gboolean vdtree_populate_path_by_iter(ViewDir *vd, GtkTreeIter *iter, gboolean f
DEBUG_1("Too frequent update of %s", nd->fd->path);
return TRUE;
}
file_data_check_changed_files(nd->fd); /* make sure we have recent info */
if (nd->fd->version == nd->version) return TRUE;
}

Expand Down

0 comments on commit 27cdadd

Please sign in to comment.