From 49288ba256e9b8eea888c88857a5f65535bc314f Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 9 Jul 2000 01:57:23 +0000 Subject: Set the returned entry to use the ellipsis. 2000-07-08 Christopher James Lahey * gui/component/select-names/e-select-names-manager.c (e_select_names_manager_create_entry): Set the returned entry to use the ellipsis. svn path=/trunk/; revision=3992 --- addressbook/gui/component/select-names/e-select-names-manager.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/component/select-names/e-select-names-manager.c') diff --git a/addressbook/gui/component/select-names/e-select-names-manager.c b/addressbook/gui/component/select-names/e-select-names-manager.c index 77405dfe5c..9b19fbe3f7 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.c +++ b/addressbook/gui/component/select-names/e-select-names-manager.c @@ -210,6 +210,7 @@ GtkWidget *e_select_names_manager_create_entry ( gtk_object_set(GTK_OBJECT(entry), "model", model, "editable", TRUE, + "use_ellipsis", TRUE, NULL); return entry; } -- cgit v1.2.3