fix build breakage introduced in cf7db5e02e
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user