diff src/pan-view.c @ 334:df868b947aa0

Rename image-related options.
author zas_
date Sat, 12 Apr 2008 15:04:58 +0000
parents 767b53cd9ab7
children d3e509c0940e
line wrap: on
line diff
--- a/src/pan-view.c	Sat Apr 12 09:41:44 2008 +0000
+++ b/src/pan-view.c	Sat Apr 12 15:04:58 2008 +0000
@@ -131,7 +131,7 @@
 
 			tmp = pi->pixbuf;
 			pi->pixbuf = gdk_pixbuf_scale_simple(tmp, pi->width, pi->height,
-							     (GdkInterpType)options->zoom_quality);
+							     (GdkInterpType)options->image.zoom_quality);
 			g_object_unref(tmp);
 			}