diff options
-rw-r--r-- | addressbook/ChangeLog | 6 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-manager.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5783051f9d..3ab46dc16b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2000-07-08 Christopher James Lahey <clahey@helixcode.com> + * gui/component/select-names/e-select-names-manager.c + (e_select_names_manager_create_entry): Set the returned entry to + use the ellipsis. + +2000-07-08 Christopher James Lahey <clahey@helixcode.com> + * gui/component/addressbook-factory.c: Include e-select-names-factory.h. 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; } |