From 1b786f64790e545a0502819cd23bf6e52866aa19 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 14 Dec 2015 23:19:58 +0100 Subject: [PATCH] app: typo in debug output in gimp_display_shell_profile_update() --- app/display/gimpdisplayshell-profile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/display/gimpdisplayshell-profile.c b/app/display/gimpdisplayshell-profile.c index 12608669d6..3bb55570ab 100644 --- a/app/display/gimpdisplayshell-profile.c +++ b/app/display/gimpdisplayshell-profile.c @@ -107,7 +107,7 @@ gimp_display_shell_profile_update (GimpDisplayShell *shell) "src_format: %s\n" "dest_format: %s\n", gimp_color_profile_get_label (src_profile), - babl_get_name (dest_format), + babl_get_name (src_format), babl_get_name (dest_format)); shell->profile_transform =