diff src/utilops.c @ 761:a2dda8e61e0f

another fix in notification
author nadvornik
date Tue, 27 May 2008 18:37:15 +0000
parents a083017752fc
children 7148e125bf23
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);