[Rawstudio-commit] r1983 - trunk/src
Anders Kvist
anders at kvistmail.dk
Wed Sep 3 21:41:42 CEST 2008
Author: akv
Date: 2008-09-03 21:41:41 +0200 (Wed, 03 Sep 2008)
New Revision: 1983
Modified:
trunk/src/rs-cms.c
Log:
Fixed minor error in last commit.
Modified: trunk/src/rs-cms.c
===================================================================
--- trunk/src/rs-cms.c 2008-09-03 19:20:47 UTC (rev 1982)
+++ trunk/src/rs-cms.c 2008-09-03 19:41:41 UTC (rev 1983)
@@ -414,7 +414,7 @@
*info = g_strdup(cmsTakeProductInfo(profile));
if (description)
- *info = g_strdup(cmsTakeProductDesc(profile));
+ *description = g_strdup(cmsTakeProductDesc(profile));
ret = TRUE;
}
More information about the Rawstudio-commit
mailing list