[Rawstudio-commit] r1500 - trunk/src
Anders Kvist
anders at kvistmail.dk
Fri Nov 9 23:55:26 CET 2007
Author: akv
Date: 2007-11-09 23:55:25 +0100 (Fri, 09 Nov 2007)
New Revision: 1500
Modified:
trunk/src/rs-store.c
Log:
Fixed viewing of group thumbnail.
Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c 2007-11-09 22:54:17 UTC (rev 1499)
+++ trunk/src/rs-store.c 2007-11-09 22:55:25 UTC (rev 1500)
@@ -1268,6 +1268,8 @@
-1);
pixbuf_clean = store_group_update_pixbufs(pixbuf, pixbuf_clean);
+ pixbuf = gdk_pixbuf_copy(pixbuf_clean);
+
thumbnail_update(pixbuf, pixbuf_clean, priority, exported);
gtk_list_store_set (store, &iter,
More information about the Rawstudio-commit
mailing list