mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
Revert "GtkEntryCompletion: call setter for "text-column""
This reverts commit 9761a966d8
.
This commit is contained in:
parent
04bed9f84a
commit
83dee19d93
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user