fix build breakage introduced in cf7db5e02e
This commit is contained in:
parent
38427b5d6d
commit
a8f0ea83db
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue