summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-13 10:43:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-13 10:43:59 +0100
commit7a0832bca75cbb877c9e3592193a06a259c4b8f2 (patch)
treeb5c54ff543bd14fae216422595136c7c90e3589d /extensions
parentead7290449772fa3bdd9c888afa8072862fab701 (diff)
Default to evolution
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/abpilot/abspilot.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx
index eb9a89f94134..13ddcf175909 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;