diff options
author | monsta <[email protected]> | 2015-12-03 10:40:10 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-03 10:40:10 +0300 |
commit | a8f0ea83dbd84d47eda8869180c6f54974439e46 (patch) | |
tree | 0faf96d5c5488db6459aeab6387acd25fe6e6fe9 /plugins/filebrowser | |
parent | 38427b5d6dab1e9a96f9abd4cbd4a223f07a3b6e (diff) | |
download | pluma-a8f0ea83dbd84d47eda8869180c6f54974439e46.tar.bz2 pluma-a8f0ea83dbd84d47eda8869180c6f54974439e46.tar.xz |
fix build breakage introduced in cf7db5e02ea308bbe59f15f2a3973b0bd9e79df4
Diffstat (limited to 'plugins/filebrowser')
-rw-r--r-- | plugins/filebrowser/pluma-file-browser-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |