Mercurial > geeqie.yaz
diff src/layout.c @ 559:c0e47b628f76
Drop redundant vflist_thumbs_set() introduced in revision 649,
modify and use existing vflist_thumb_set().
author | zas_ |
---|---|
date | Sat, 03 May 2008 12:48:45 +0000 |
parents | fe675761d091 |
children | 2996f1bbc305 |
line wrap: on
line diff
--- a/src/layout.c Sat May 03 12:21:22 2008 +0000 +++ b/src/layout.c Sat May 03 12:48:45 2008 +0000 @@ -768,7 +768,7 @@ vflist_set_thumb_status_func(lw->vfl, layout_list_thumb_cb, lw); vflist_marks_set(lw->vfl, lw->marks_enabled); - vflist_thumbs_set(lw->vfl, lw->thumbs_enabled); + vflist_thumb_set(lw->vfl, lw->thumbs_enabled); widget = lw->vfl->widget; }