aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/Makefile.am
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gustavo.noronha@collabora.com>2011-06-29 02:44:45 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:35 +0800
commitaa37f59cfff379a3ee43d846e22ffeea514202e4 (patch)
tree665013197b6c609d7e6af6c57d3c3d36b59cc8d5 /capplet/settings/Makefile.am
parent3fccaf1eab5c9e6a5db758d0f8670c965f3f5505 (diff)
downloadgsoc2013-evolution-aa37f59cfff379a3ee43d846e22ffeea514202e4.tar
gsoc2013-evolution-aa37f59cfff379a3ee43d846e22ffeea514202e4.tar.gz
gsoc2013-evolution-aa37f59cfff379a3ee43d846e22ffeea514202e4.tar.bz2
gsoc2013-evolution-aa37f59cfff379a3ee43d846e22ffeea514202e4.tar.lz
gsoc2013-evolution-aa37f59cfff379a3ee43d846e22ffeea514202e4.tar.xz
gsoc2013-evolution-aa37f59cfff379a3ee43d846e22ffeea514202e4.tar.zst
gsoc2013-evolution-aa37f59cfff379a3ee43d846e22ffeea514202e4.zip
Fix crash when adding account in express mode
The settings library started using an EMailBackend object, but since it is abstract it can't be instantiated directly. So we use the EShell to get the mail backend for us instead, after loading the modules.
Diffstat (limited to 'capplet/settings/Makefile.am')
-rw-r--r--capplet/settings/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/capplet/settings/Makefile.am b/capplet/settings/Makefile.am
index e6ea573c11..dd8c3c9a45 100644
--- a/capplet/settings/Makefile.am
+++ b/capplet/settings/Makefile.am
@@ -25,6 +25,7 @@ libevolution_mail_settings_la_CPPFLAGS = \
-DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
-DEVOLUTION_ICONSDIR=\""$(imagesdir)"\" \
+ -DEVOLUTION_MODULEDIR=\""$(moduledir)"\" \
-DEVOLUTION_IMAGES=\""$(imagesdir)"\" \
-DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\" \
-DEVOLUTION_BUTTONSDIR=\""$(buttonsdir)"\" \