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