diff options
Diffstat (limited to 'gsearchtool/libmateui-deprecated')
-rw-r--r-- | gsearchtool/libmateui-deprecated/gsearchtool-entry.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gsearchtool/libmateui-deprecated/gsearchtool-entry.c b/gsearchtool/libmateui-deprecated/gsearchtool-entry.c index 9d39b4ba..cd665a24 100644 --- a/gsearchtool/libmateui-deprecated/gsearchtool-entry.c +++ b/gsearchtool/libmateui-deprecated/gsearchtool-entry.c @@ -568,9 +568,10 @@ gsearch_history_entry_new (const gchar *history_id, store = gtk_list_store_new(1, G_TYPE_STRING); ret = g_object_new(GSEARCH_TYPE_HISTORY_ENTRY, + "has-entry", TRUE, "history-id", history_id, "model", store, - "has-entry", TRUE, + "entry-text-column", 0, NULL); g_object_unref (store); |