changeset 761:a2dda8e61e0f

another fix in notification
author nadvornik
date Tue, 27 May 2008 18:37:15 +0000
parents 649b44dd558b
children e6927cef8541
files src/utilops.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/utilops.c	Mon May 26 18:32:04 2008 +0000
+++ b/src/utilops.c	Tue May 27 18:37:15 2008 +0000
@@ -586,7 +586,10 @@
 		list = list->next; 
 
 		if (!(flags & EDITOR_ERROR_MASK)) /* files were successfully deleted, call the maint functions */
+			{
+			file_data_sc_apply_ci(fd);
 			file_data_sc_notify_ci(fd);
+			}
 		
 		ud->flist = g_list_remove(ud->flist, fd);
 		file_data_sc_free_ci(fd);