diff src/utilops.c @ 794:03614b7883ea

used new notification in dupe.c
author nadvornik
date Sat, 07 Jun 2008 07:45:08 +0000
parents baade53888be
children a31524ae39cb
line wrap: on
line diff
--- a/src/utilops.c	Fri Jun 06 22:34:15 2008 +0000
+++ b/src/utilops.c	Sat Jun 07 07:45:08 2008 +0000
@@ -247,7 +247,6 @@
 
 			layout_maint_moved(fd, NULL);
 			view_window_maint_moved(fd);
-			dupe_maint_renamed(fd);
 			search_maint_renamed(fd);
 			break;
 		case FILEDATA_CHANGE_COPY:
@@ -257,13 +256,11 @@
 
 			layout_maint_renamed(fd);
 			view_window_maint_moved(fd);
-			dupe_maint_renamed(fd);
 			search_maint_renamed(fd);
 			break;
 		case FILEDATA_CHANGE_DELETE:
 			layout_maint_removed(fd, NULL);
 			view_window_maint_removed(fd, NULL);
-			dupe_maint_removed(fd);
 			search_maint_removed(fd);
 
 			collection_maint_removed(fd);