Include a Other Software section in Help file
[geeqie.git] / src / thumb.c
index 6d464bb..65b0387 100644 (file)
@@ -145,6 +145,11 @@ static void thumb_loader_done_cb(ImageLoader *il, gpointer data)
                return;
                }
 
+       if(!tl->cache_hit)
+               {
+                       // apply color correction, if required
+                       thumb_loader_std_calibrate_pixbuf(tl->fd, pixbuf);
+               }
 
        if (!tl->cache_hit && options->image.exif_rotate_enable)
                {
@@ -510,7 +515,7 @@ void thumb_notify_cb(FileData *fd, NotifyType type, gpointer data)
  *
  * Note: Code has been modified to fit the style of the other code, and to use
  *       a few more glib-isms.
- * 08-28-2000: Updated to return a gdk_pixbuf, Imlib is dieing a death here.
+ * 08-28-2000: Updated to return a gdk_pixbuf, Imlib is dying a death here.
  */
 
 #define XV_BUFFER 2048