From 436a69781ba7e0cd800da1a4d28b6f275963b751 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Sun, 13 Aug 2017 21:32:21 +0200
Subject: Fixed a GLib warning at runtime.

---
 ChangeLog                 | 5 +++++
 src/glibext/gbufferview.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3a61cbe..be9e546 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 17-08-13  Cyrille Bagard <nocbos@gmail.com>
 
+	* src/glibext/gbufferview.c:
+	Fix a GLib warning at runtime.
+
+17-08-13  Cyrille Bagard <nocbos@gmail.com>
+
 	* pixmaps/Makefile.am:
 	Define ERROR_ICONS and extend oidapix_DATA.
 
diff --git a/src/glibext/gbufferview.c b/src/glibext/gbufferview.c
index e134118..e2aa194 100644
--- a/src/glibext/gbufferview.c
+++ b/src/glibext/gbufferview.c
@@ -129,7 +129,7 @@ static void g_buffer_view_class_init(GBufferViewClass *class)
                  G_SIGNAL_RUN_LAST,
                  G_STRUCT_OFFSET(GBufferViewClass, need_redraw),
                  NULL, NULL,
-                 g_cclosure_marshal_VOID__OBJECT,
+                 g_cclosure_marshal_VOID__VOID,
                  G_TYPE_NONE, 0);
 
 }
-- 
cgit v0.11.2-87-g4458