[gimp] app: typo in debug output in gimp_display_shell_profile_update()



commit 1b786f64790e545a0502819cd23bf6e52866aa19
Author: Michael Natterer <mitch gimp org>
Date:   Mon Dec 14 23:19:58 2015 +0100

    app: typo in debug output in gimp_display_shell_profile_update()

 app/display/gimpdisplayshell-profile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-profile.c b/app/display/gimpdisplayshell-profile.c
index 1260866..3bb5557 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 =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]