From 8864045271b4540d8e5a4acbd681da8bf39c7eac Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 27 Oct 2000 16:08:54 +0000 Subject: Fixed these to include EXTRA_GNOME_CFLAGS. 2000-10-27 Christopher James Lahey * backend/pas/Makefile.am, gui/search/Makefile.am, printing/Makefile.am: Fixed these to include EXTRA_GNOME_CFLAGS. * gui/component/select-names/e-select-names-manager.c: Turned off newlines in header fields. svn path=/trunk/; revision=6232 --- 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 55c5ae1608..f93d94b276 100644 --- a/addressbook/gui/component/select-names/e-select-names-manager.c +++ b/addressbook/gui/component/select-names/e-select-names-manager.c @@ -266,6 +266,7 @@ GtkWidget *e_select_names_manager_create_entry ( "model", model, "editable", TRUE, "use_ellipsis", TRUE, + "allow_newlines", FALSE, NULL); gtk_signal_connect(GTK_OBJECT(eentry), "destroy", GTK_SIGNAL_FUNC(entry_destroyed), manager); -- cgit v1.2.3