diff src/collect-io.c @ 333:767b53cd9ab7

Rename thumbnails related options.
author zas_
date Sat, 12 Apr 2008 09:41:44 +0000
parents b16b9b8979e5
children 384eed18df04
line wrap: on
line diff
--- a/src/collect-io.c	Sat Apr 12 09:12:37 2008 +0000
+++ b/src/collect-io.c	Sat Apr 12 09:41:44 2008 +0000
@@ -240,7 +240,7 @@
 	/* setup loader and call it */
 	cd->thumb_info = ci;
 	thumb_loader_free(cd->thumb_loader);
-	cd->thumb_loader = thumb_loader_new(options->thumb_max_width, options->thumb_max_height);
+	cd->thumb_loader = thumb_loader_new(options->thumbnails.max_width, options->thumbnails.max_height);
 	thumb_loader_set_callbacks(cd->thumb_loader,
 				   collection_load_thumb_done_cb,
 				   collection_load_thumb_error_cb,