Revert "GtkEntryCompletion: call setter for "text-column""

This reverts commit 9761a966d8.
This commit is contained in:
Matthias Clasen 2014-03-03 05:51:02 -05:00
parent 04bed9f84a
commit 83dee19d93

View File

@ -652,8 +652,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: