diff src/utilops.c @ 907:ca8022a156ec

added notification handler to view_dir
author nadvornik
date Mon, 21 Jul 2008 20:40:29 +0000
parents ae75cd2b4d76
children 5a737cc935cc
line wrap: on
line diff
--- a/src/utilops.c	Mon Jul 21 08:31:43 2008 +0000
+++ b/src/utilops.c	Mon Jul 21 20:40:29 2008 +0000
@@ -707,6 +707,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);
 				}
 			else