fix build breakage introduced in cf7db5e02e

This commit is contained in:
monsta 2015-12-03 10:40:10 +03:00
parent 38427b5d6d
commit a8f0ea83db
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ pluma_file_browser_view_finalize (GObject * object)
#if GTK_CHECK_VERSION (3, 0, 0) #if GTK_CHECK_VERSION (3, 0, 0)
g_object_unref (obj->priv->hand_cursor); g_object_unref (obj->priv->hand_cursor);
#else #else
gdk_cursor_unref (obj->priv->hand_cursor) gdk_cursor_unref (obj->priv->hand_cursor);
#endif #endif
if (obj->priv->hover_path) if (obj->priv->hover_path)