From a8f0ea83dbd84d47eda8869180c6f54974439e46 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 3 Dec 2015 10:40:10 +0300 Subject: fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4 --- plugins/filebrowser/pluma-file-browser-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filebrowser/pluma-file-browser-view.c b/plugins/filebrowser/pluma-file-browser-view.c index ce45f91a..847743b3 100644 --- a/plugins/filebrowser/pluma-file-browser-view.c +++ b/plugins/filebrowser/pluma-file-browser-view.c @@ -117,7 +117,7 @@ pluma_file_browser_view_finalize (GObject * object) #if GTK_CHECK_VERSION (3, 0, 0) g_object_unref (obj->priv->hand_cursor); #else - gdk_cursor_unref (obj->priv->hand_cursor) + gdk_cursor_unref (obj->priv->hand_cursor); #endif if (obj->priv->hover_path) -- cgit v1.2.1