diff options
author | Dan Winship <danw@src.gnome.org> | 2003-02-22 03:05:57 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-02-22 03:05:57 +0800 |
commit | 80906889c2d0c7db9a69ca5d2e3a7657effd311b (patch) | |
tree | dfbd3b407d5310945e2421272938a4fcbe68a558 /mail/Makefile.am | |
parent | d201fdec5ad656ee0d066dbf93af5f4ee8d4e86b (diff) | |
download | gsoc2013-evolution-80906889c2d0c7db9a69ca5d2e3a7657effd311b.tar gsoc2013-evolution-80906889c2d0c7db9a69ca5d2e3a7657effd311b.tar.gz gsoc2013-evolution-80906889c2d0c7db9a69ca5d2e3a7657effd311b.tar.bz2 gsoc2013-evolution-80906889c2d0c7db9a69ca5d2e3a7657effd311b.tar.lz gsoc2013-evolution-80906889c2d0c7db9a69ca5d2e3a7657effd311b.tar.xz gsoc2013-evolution-80906889c2d0c7db9a69ca5d2e3a7657effd311b.tar.zst gsoc2013-evolution-80906889c2d0c7db9a69ca5d2e3a7657effd311b.zip |
Use tables instead of vboxes, so that groups of label/entry pairs (as in
* mail-account-gui.c (mail_account_gui_build_extra_conf): Use
tables instead of vboxes, so that groups of label/entry pairs (as
in Connector's config page) can line up nicely.
* mail-config.glade: Turn extra_vbox and extra_mailcheck_vbox into
tables.
* mail-config-druid.c (get_fn): s/extra_vbox/extra_table/
* Makefile.am (libevolution_mail_la_LIBADD):
s/libcomposer.a/libcomposer.la/
svn path=/trunk/; revision=19993
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 422fdba2f2..c748e0557e 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -156,7 +156,7 @@ libevolution_mail_la_LIBADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ $(top_builddir)/shell/libeshell.la \ - $(top_builddir)/composer/libcomposer.a \ + $(top_builddir)/composer/libcomposer.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/widgets/misc/libefilterbar.la \ $(top_builddir)/addressbook/backend/ebook/libebook.la \ |