# HG changeset patch # User nadvornik # Date 1211913435 0 # Node ID a2dda8e61e0fdc4590abb596620274376fede8f2 # Parent 649b44dd558b0458538eac222fd47cc66f74315e another fix in notification diff -r 649b44dd558b -r a2dda8e61e0f src/utilops.c --- 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);