[gimp] Fix compile
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Fix compile
- Date: Sun, 20 May 2018 19:30:45 +0000 (UTC)
commit c1e73b1cd4105bf65723ca97019bd50a0a99a936
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]