[Libreoffice-commits] .: extensions/source
Caolán McNamara
caolan at kemper.freedesktop.org
Wed Oct 13 04:01:22 PDT 2010
extensions/source/abpilot/abspilot.cxx | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
New commits:
commit 920a6f80417cecb64028f3bfc0cda40f0e3933c0
Author: Michael Meeks <michael.meeks at novell.com>
Date: Wed Oct 13 10:43:59 2010 +0100
Default to evolution
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index 7af1af4..d8de0a7 100644
--- a/extensions/source/abpilot/abspilot.cxx
+++ b/extensions/source/abpilot/abspilot.cxx
@@ -116,13 +116,12 @@ namespace abp
m_pCancel->SetClickHdl( LINK( this, OAddessBookSourcePilot, OnCancelClicked) );
// some initial settings
+#ifdef UNX
#ifdef MACOSX
m_aSettings.eType = AST_MACAB;
-#elif WITH_MOZILLA
-#ifdef UNX
- m_aSettings.eType = AST_MORK;
#else
- m_aSettings.eType = AST_OE;
+// FIXME: if KDE use KAB instead
+ m_aSettings.eType = AST_EVOLUTION;
#endif
#else
m_aSettings.eType = AST_OTHER;
More information about the Libreoffice-commits
mailing list