Mercurial > geeqie
diff src/layout.c @ 787:a2209b1f769d
use new notification in vficon
| author | nadvornik |
|---|---|
| date | Thu, 05 Jun 2008 18:43:44 +0000 |
| parents | d6a7fb4b8e7c |
| children | 6d65167764ea |
line wrap: on
line diff
--- a/src/layout.c Thu Jun 05 09:24:42 2008 +0000 +++ b/src/layout.c Thu Jun 05 18:43:44 2008 +0000 @@ -2016,7 +2016,7 @@ { if (lw->image) layout_image_maint_renamed(lw, fd); - if (lw->vf && vf_maint_renamed(lw->vf, fd)) +// if (lw->vf && vf_maint_renamed(lw->vf, fd)) layout_real_time_update(lw); } @@ -2025,7 +2025,7 @@ { if (lw->image) layout_image_maint_removed(lw, fd); - if (lw->vf && vf_maint_removed(lw->vf, fd, ignore_list)) +// if (lw->vf && vf_maint_removed(lw->vf, fd, ignore_list)) layout_real_time_update(lw); } @@ -2033,7 +2033,7 @@ { if (lw->image) layout_image_maint_moved(lw, fd); - if (lw->vf && vf_maint_moved(lw->vf, fd, ignore_list)) +// if (lw->vf && vf_maint_moved(lw->vf, fd, ignore_list)) layout_real_time_update(lw); }
