diff src/image.c @ 1635:b4199094b0db

enabled color management in img-view patch by Omari Stephens
author nadvornik
date Tue, 09 Jun 2009 19:12:37 +0000
parents fee96b7345e8
children 56115e934133
line wrap: on
line diff
--- a/src/image.c	Mon Jun 08 19:05:49 2009 +0000
+++ b/src/image.c	Tue Jun 09 19:12:37 2009 +0000
@@ -1063,9 +1063,9 @@
 void image_change_pixbuf(ImageWindow *imd, GdkPixbuf *pixbuf, gdouble zoom, gboolean lazy)
 {
 
-
-	/* read_exif and similar functions can actually notice that the file has changed and triger a notification
-	that removes the pixbuf	from cache and unref it. Therefore we must ref it here before it is taken over by the renderer. */
+	/* read_exif and similar functions can actually notice that the file has changed and trigger
+	   a notification that removes the pixbuf from cache and unrefs it. Therefore we must ref it
+	   here before it is taken over by the renderer. */
 	if (pixbuf) g_object_ref(pixbuf); 
 	
 	if (imd->image_fd)