How did that happen

This commit is contained in:
Jody Goldberg 2002-06-26 19:19:46 +00:00
parent 94c5bf6c18
commit 2fe0927aa1

View file

@ -701,7 +701,6 @@ render_wallpaper (BGApplier *bg_applier, const BGPreferences *prefs)
if (hscale < 1) hscale = 1;
if (vscale < 1) vscale = 1;
pheight * bg_applier->p->render_geom.height / virtual_geom.height,
prescaled_pixbuf = gdk_pixbuf_scale_simple
(bg_applier->p->wallpaper_pixbuf, hscale, vscale,
GDK_INTERP_BILINEAR);