fixed bug in notification code
authorVladimir Nadvornik <nadvornik@suse.cz>
Mon, 26 May 2008 17:06:30 +0000 (17:06 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Mon, 26 May 2008 17:06:30 +0000 (17:06 +0000)
src/utilops.c

index f4bb63f..9d10b6e 100644 (file)
@@ -262,6 +262,7 @@ void file_data_notify_ci(FileData *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);