Author: post
Date: 2010-10-17 14:42:56 +0200 (Sun, 17 Oct 2010)
New Revision: 3569

Modified:
   trunk/src/rs-store.c
Log:
Fix "exported" flag not saved.

Modified: trunk/src/rs-store.c
===================================================================
--- trunk/src/rs-store.c        2010-10-17 12:34:06 UTC (rev 3568)
+++ trunk/src/rs-store.c        2010-10-17 12:42:56 UTC (rev 3569)
@@ -1356,7 +1356,7 @@
                                EXPORTED_COLUMN, expo, -1);
 
                /* Update the cache */
-               if (priority)
+               if (priority || exported)
                        rs_cache_save_flags(fullname, priority, exported);
                return TRUE;
        }


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to