Use entry-text-column instead of text-column
parent
50ac67e11f
commit
7aff67829f
|
@ -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 ();
|
||||
|
|
Loading…
Reference in New Issue