From 386f747d82bdd2607896a1c80dff5dfaaec1aa23 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 22 Jan 2016 11:39:41 +0300 Subject: [GTK+3] dictionary: fix some deprecations --- mate-dictionary/src/gdict-window.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mate-dictionary/src/gdict-window.c') diff --git a/mate-dictionary/src/gdict-window.c b/mate-dictionary/src/gdict-window.c index a935f895..46fd3f27 100644 --- a/mate-dictionary/src/gdict-window.c +++ b/mate-dictionary/src/gdict-window.c @@ -188,7 +188,11 @@ gdict_window_dispose (GObject *gobject) if (window->busy_cursor) { +#if GTK_CHECK_VERSION (3, 0, 0) + g_object_unref (window->busy_cursor); +#else gdk_cursor_unref (window->busy_cursor); +#endif window->busy_cursor = NULL; } -- cgit v1.2.1