[Rawstudio-commit] r2962 - branches/rawstudio-ng-color/src

Anders Kvist anders at kvistmail.dk
Sat Jan 2 04:06:30 CET 2010


Author: akv
Date: 2010-01-02 04:06:30 +0100 (Sat, 02 Jan 2010)
New Revision: 2962

Modified:
   branches/rawstudio-ng-color/src/rs-store.c
Log:
If LWD is unset in database, don't use recursive open (if tag search has been used and deleted and rawstudio restarted).

Modified: branches/rawstudio-ng-color/src/rs-store.c
===================================================================
--- branches/rawstudio-ng-color/src/rs-store.c	2010-01-02 02:21:58 UTC (rev 2961)
+++ branches/rawstudio-ng-color/src/rs-store.c	2010-01-02 03:06:30 UTC (rev 2962)
@@ -1207,6 +1207,8 @@
 
 	rs_conf_get_boolean(CONF_LOAD_GDK, &load_8bit);
 	rs_conf_get_boolean(CONF_LOAD_RECURSIVE, &load_recursive);
+	if (!rs_conf_get_string(CONF_LWD))
+		load_recursive = FALSE;
 
 	/* Block the priority count */
 	g_signal_handler_block(store->store, store->counthandler);




More information about the Rawstudio-commit mailing list