[Rawstudio-commit] r3184 - trunk/librawstudio

Anders Kvist anders at kvistmail.dk
Fri Feb 12 23:36:52 CET 2010


Author: akv
Date: 2010-02-12 23:36:52 +0100 (Fri, 12 Feb 2010)
New Revision: 3184

Modified:
   trunk/librawstudio/rs-profile-camera.c
Log:
Correct path for reading rawstudio-cameras.xml.

Modified: trunk/librawstudio/rs-profile-camera.c
===================================================================
--- trunk/librawstudio/rs-profile-camera.c	2010-02-12 22:28:37 UTC (rev 3183)
+++ trunk/librawstudio/rs-profile-camera.c	2010-02-12 22:36:52 UTC (rev 3184)
@@ -32,7 +32,7 @@
 	xmlNodePtr exif = NULL;
 	xmlChar *xml_unique_id, *xml_make, *xml_model;
 
-	const gchar *filename = g_build_filename(PACKAGE_DATA_DIR, PACKAGE, "rawstudio-cameras.xml", NULL);
+	const gchar *filename = g_build_filename(PACKAGE_DATA_DIR, PACKAGE, "profiles/rawstudio-cameras.xml", NULL);
 
 	if (!g_file_test(filename, G_FILE_TEST_IS_REGULAR))
 		return NULL;




More information about the Rawstudio-commit mailing list