[gimp] plug-ins: use gimp_lcms_profile_get_summary() in the lcms plug-in
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: use gimp_lcms_profile_get_summary() in the lcms plug-in
- Date: Fri, 14 Mar 2014 19:28:11 +0000 (UTC)
commit d576ee8a6d217a87d393b870c52a2943d6bd0c50
Author: Michael Natterer <mitch gimp org>
Date: Fri Mar 14 20:24:27 2014 +0100
plug-ins: use gimp_lcms_profile_get_summary() in the lcms plug-in
plug-ins/common/lcms.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/lcms.c b/plug-ins/common/lcms.c
index 75f1933..b23fca9 100644
--- a/plug-ins/common/lcms.c
+++ b/plug-ins/common/lcms.c
@@ -650,7 +650,7 @@ lcms_icc_info (GimpColorConfig *config,
{
if (name) *name = gimp_lcms_profile_get_model (profile);
if (desc) *desc = gimp_lcms_profile_get_description (profile);
- if (info) *info = gimp_lcms_profile_get_copyright (profile);
+ if (info) *info = gimp_lcms_profile_get_summary (profile);
cmsCloseProfile (profile);
}
@@ -682,7 +682,7 @@ lcms_icc_file_info (const gchar *filename,
*name = gimp_lcms_profile_get_model (profile);
*desc = gimp_lcms_profile_get_description (profile);
- *info = gimp_lcms_profile_get_copyright (profile);
+ *info = gimp_lcms_profile_get_summary (profile);
cmsCloseProfile (profile);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]