Fix duplicate columns in filechooser entry completion

This partically reverts commit
331bba1ad6, which broke documented
behaviour.
This commit is contained in:
Matthias Clasen 2012-10-17 21:21:09 -04:00
parent 15fe3038be
commit eda0d9ba10

View File

@ -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: