Skip to content

Commit

Permalink
update the FileData structure when a new folder is created
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Aug 20, 2008
1 parent b65f4f5 commit da98159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utilops.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,7 @@ static void file_util_perform_ci_dir(UtilityData *ud, gboolean internal, gboolea
if ((internal && mkdir_utf8(ud->dir_fd->path, 0755)) ||
(!internal && ext_result))
{
file_data_increment_version(ud->dir_fd);
file_data_send_notification(ud->dir_fd, NOTIFY_TYPE_REREAD);
file_data_check_changed_files(ud->dir_fd); /* this will update the FileData and send notification */
}
else
{
Expand Down

0 comments on commit da98159

Please sign in to comment.