Mercurial > geeqie
diff src/utilops.c @ 795:a31524ae39cb
used new notification in search.c
| author | nadvornik |
|---|---|
| date | Sat, 07 Jun 2008 08:13:22 +0000 |
| parents | 03614b7883ea |
| children | 0be132a51f51 |
line wrap: on
line diff
--- a/src/utilops.c Sat Jun 07 07:45:08 2008 +0000 +++ b/src/utilops.c Sat Jun 07 08:13:22 2008 +0000 @@ -247,7 +247,6 @@ layout_maint_moved(fd, NULL); view_window_maint_moved(fd); - search_maint_renamed(fd); break; case FILEDATA_CHANGE_COPY: break; @@ -256,12 +255,10 @@ layout_maint_renamed(fd); view_window_maint_moved(fd); - search_maint_renamed(fd); break; case FILEDATA_CHANGE_DELETE: layout_maint_removed(fd, NULL); view_window_maint_removed(fd, NULL); - search_maint_removed(fd); collection_maint_removed(fd); break;
