[Rawstudio-commit] r1717 - trunk/src
Anders Brander
anders at brander.dk
Sun Apr 6 16:57:49 CEST 2008
Author: abrander
Date: 2008-04-06 16:57:48 +0200 (Sun, 06 Apr 2008)
New Revision: 1717
Modified:
trunk/src/rs-store.c
Log:
Fixed flags loading in load_loadable().
Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c 2008-04-06 10:46:20 UTC (rev 1716)
+++ trunk/src/rs-store.c 2008-04-06 14:57:48 UTC (rev 1717)
@@ -834,7 +834,7 @@
exported = FALSE;
/* Load flags from XML cache */
- rs_cache_load_quick(name, &priority, &exported);
+ rs_cache_load_quick(fullname, &priority, &exported);
/* Update thumbnail */
thumbnail_update(pixbuf, pixbuf_clean, priority, exported);
More information about the Rawstudio-commit
mailing list