diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-28 00:08:54 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-28 00:08:54 +0800 |
commit | 8864045271b4540d8e5a4acbd681da8bf39c7eac (patch) | |
tree | 92b3e753d1dd3ad7e4849c91cf5c44eb1e9a11ad /addressbook/gui | |
parent | d5f2d8d13b3b0db04e337dfcd295912ea4a49dc2 (diff) | |
download | gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.gz gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.bz2 gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.lz gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.xz gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.tar.zst gsoc2013-evolution-8864045271b4540d8e5a4acbd681da8bf39c7eac.zip |
Fixed these to include EXTRA_GNOME_CFLAGS.
2000-10-27 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-manager.c | 1 | ||||
-rw-r--r-- | addressbook/gui/search/Makefile.am | 3 |
2 files changed, 3 insertions, 1 deletions
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); diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index c4b23523fe..d932aaac77 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -12,7 +12,8 @@ INCLUDES = \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/widgets/misc \ -DSEARCH_RULE_DIR=\"$(ruledir)\" \ - $(BONOBO_GNOME_CFLAGS) + $(BONOBO_GNOME_CFLAGS) \ + $(EXTRA_GNOME_CFLAGS) noinst_LIBRARIES = \ libeaddressbooksearch.a |