forked from AuroraMiddleware/gtk
textview: Fix copy/paste error
This commit is contained in:
parent
b376d9617e
commit
4313c47113
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user