Author: akv
Date: 2010-01-26 21:23:20 +0100 (Tue, 26 Jan 2010)
New Revision: 3081

Modified:
   branches/rawstudio-ng-color/src/rs-store.c
Log:
Loading library backup when opening a new directory.

Modified: branches/rawstudio-ng-color/src/rs-store.c
===================================================================
--- branches/rawstudio-ng-color/src/rs-store.c  2010-01-26 20:22:13 UTC (rev 
3080)
+++ branches/rawstudio-ng-color/src/rs-store.c  2010-01-26 20:23:20 UTC (rev 
3081)
@@ -1073,6 +1073,8 @@
        GDir *dir;
        gint count = 0;
 
+       rs_library_restore_tags(path);
+
        dir = g_dir_open(path, 0, NULL); /* FIXME: check errors */
 
        while((dir != NULL) && (name = g_dir_read_name(dir)))


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

Reply via email to