diff src/layout.c @ 1045:0ab0deb0cfcc

added possibility to redraw only the parts of image that are already loaded
author nadvornik
date Mon, 08 Sep 2008 19:57:51 +0000
parents 5fc64d6252e7
children 1646720364cf
line wrap: on
line diff
--- a/src/layout.c	Mon Sep 08 15:53:01 2008 +0000
+++ b/src/layout.c	Mon Sep 08 19:57:51 2008 +0000
@@ -1988,7 +1988,7 @@
 		GdkPixbuf *pixbuf;
 
 		pixbuf = pixbuf_inline(PIXBUF_INLINE_LOGO);
-		image_change_pixbuf(lw->image, pixbuf, 1.0);
+		image_change_pixbuf(lw->image, pixbuf, 1.0, FALSE);
 		g_object_unref(pixbuf);
 		}