diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-10-13 10:43:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-13 10:43:59 +0100 |
commit | 7a0832bca75cbb877c9e3592193a06a259c4b8f2 (patch) | |
tree | b5c54ff543bd14fae216422595136c7c90e3589d | |
parent | ead7290449772fa3bdd9c888afa8072862fab701 (diff) |
Default to evolution
-rw-r--r-- | extensions/source/abpilot/abspilot.cxx | 7 |
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; |