[gimp/gtk3-port: 262/391] Fix compile
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 262/391] Fix compile
- Date: Thu, 10 May 2018 16:12:40 +0000 (UTC)
commit 99edbcdcecd1463925d9c2ef30f784c4da89484a
Author: Tobias Ellinghaus <me houz org>
Date: Mon Apr 30 12:18:58 2018 +0200
Fix compile
app/core/gimp-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/gimp-utils.c b/app/core/gimp-utils.c
index 321e522..28bf25d 100644
--- a/app/core/gimp-utils.c
+++ b/app/core/gimp-utils.c
@@ -854,7 +854,7 @@ gimp_create_image_from_buffer (Gimp *gimp,
NULL /* same image */);
gimp_image_add_layer (image, layer, NULL, -1, FALSE);
- gimp_create_display (gimp, image, GIMP_UNIT_PIXEL, 1.0, NULL, 0);
+ gimp_create_display (gimp, image, GIMP_UNIT_PIXEL, 1.0, NULL);
/* unref the image unconditionally, even when no display was created */
g_object_add_weak_pointer (G_OBJECT (image), (gpointer) &image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]