Mercurial > geeqie.yaz
changeset 758:a083017752fc
fixed bug in notification code
author | nadvornik |
---|---|
date | Mon, 26 May 2008 17:06:30 +0000 |
parents | eb2e2dac712d |
children | 362c9a769bb7 |
files | src/utilops.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/utilops.c Sun May 25 20:17:07 2008 +0000 +++ b/src/utilops.c Mon May 26 17:06:30 2008 +0000 @@ -262,6 +262,7 @@ 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);