textview: Fix copy/paste error

This commit is contained in:
Benjamin Otte 2020-03-05 03:57:24 +01:00
parent b376d9617e
commit 4313c47113

View File

@ -5692,8 +5692,8 @@ gtk_text_view_remove (GtkContainer *container,
if (vc == priv->left_child)
vcp = &priv->left_child;
else if (vc == priv->left_child)
vcp = &priv->left_child;
else if (vc == priv->right_child)
vcp = &priv->right_child;
else if (vc == priv->top_child)
vcp = &priv->top_child;
else if (vc == priv->bottom_child)