[gimp] app: fix call to gdk_pixbuf_composite() when rendering the window icon



commit cece88ba95bb012690eff3054e2e802dbcb3a13d
Author: Michael Natterer <mitch gimp org>
Date:   Mon Oct 26 01:58:00 2015 +0100

    app: fix call to gdk_pixbuf_composite() when rendering the window icon

 app/display/gimpdisplayshell-icon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-icon.c b/app/display/gimpdisplayshell-icon.c
index 6eb4c0b..d749019 100644
--- a/app/display/gimpdisplayshell-icon.c
+++ b/app/display/gimpdisplayshell-icon.c
@@ -127,7 +127,7 @@ gimp_display_shell_icon_update_idle (gpointer data)
       gdk_pixbuf_composite (pixbuf, icon,
                             shell->icon_size - width, 0,
                             width, height,
-                            0.0, 0.0, 1.0, 1.0,
+                            shell->icon_size - width, 0.0, 1.0, 1.0,
                             GDK_INTERP_NEAREST, 255);
       g_object_unref (pixbuf);
     }


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