Fix duplicate columns in filechooser entry completion
This partically reverts commit
331bba1ad6, which broke documented
behaviour.
This commit is contained in:
@ -656,8 +656,7 @@ gtk_entry_completion_set_property (GObject *object,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case PROP_TEXT_COLUMN:
|
case PROP_TEXT_COLUMN:
|
||||||
gtk_entry_completion_set_text_column (completion,
|
priv->text_column = g_value_get_int (value);
|
||||||
g_value_get_int (value));
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PROP_INLINE_COMPLETION:
|
case PROP_INLINE_COMPLETION:
|
||||||
|
|||||||
Reference in New Issue
Block a user