[gthumb] icc profile: fixed variable name
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] icc profile: fixed variable name
- Date: Sun, 20 Mar 2022 14:51:20 +0000 (UTC)
commit 6af6db717ff652a1083819c7e7f9fca8f94b00de
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Mar 20 15:49:34 2022 +0100
icc profile: fixed variable name
gthumb/gth-icc-profile.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gthumb/gth-icc-profile.c b/gthumb/gth-icc-profile.c
index 1c37bb05..051445be 100644
--- a/gthumb/gth-icc-profile.c
+++ b/gthumb/gth-icc-profile.c
@@ -186,12 +186,12 @@ gth_icc_profile_new_srgb (void)
#ifdef HAVE_LCMS2
char *id;
- GthCMSProfile cmd_profile;
+ GthCMSProfile cms_profile;
GthICCProfile *icc_profile;
id = g_strdup ("standard://srgb");
- cmd_profile = (GthCMSProfile) cmsCreate_sRGBProfile ();
- icc_profile = gth_icc_profile_new (id, cmd_profile);
+ cms_profile = (GthCMSProfile) cmsCreate_sRGBProfile ();
+ icc_profile = gth_icc_profile_new (id, cms_profile);
g_free (id);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]