# HG changeset patch # User nadvornik # Date 1219264596 0 # Node ID c466b8fabcc308614f1596d3442dd740e06288ae # Parent ad2ff9608beb2b051e5b0004ad2785fc2d8ea844 update the FileData structure when a new folder is created diff -r ad2ff9608beb -r c466b8fabcc3 src/utilops.c --- a/src/utilops.c Tue Aug 19 22:58:31 2008 +0000 +++ b/src/utilops.c Wed Aug 20 20:36:36 2008 +0000 @@ -723,8 +723,7 @@ 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 {