Use entry-text-column instead of text-column

master-1.22
infirit 2014-05-20 13:38:25 +02:00
parent 50ac67e11f
commit 7aff67829f
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ terminal_search_dialog_new (GtkWindow *parent)
priv->store = store = gtk_list_store_new (1, G_TYPE_STRING);
g_object_set (G_OBJECT (priv->search_entry),
"model", store,
"text-column", 0,
"entry-text-column", 0,
NULL);
priv->completion = completion = gtk_entry_completion_new ();