1 From 0b44b1aa3d66f974e3d255c6e027947f1375b685 Mon Sep 17 00:00:00 2001
2 From: Stephen Kelly <steveire@gmail.com>
3 Date: Mon, 25 Apr 2011 22:09:08 +0200
4 Subject: [PATCH 2/6] Only start akonadi asynchronously on KDE 4.6.2.
6 Revises cfa404b7188e4c26bddbc9579728f6d25f8cd214 to hopefully fix
7 the bug seen on fedora.
9 Please re-test this on 4.6.2 on fedora too. Unfortunately that's the
10 best I can do because I can't reproduce the issue.
14 kaddressbook/main.cpp | 2 +-
15 kmail/kmmainwidget.cpp | 2 +-
17 kontact/src/main.cpp | 2 +-
18 4 files changed, 4 insertions(+), 4 deletions(-)
20 diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp
21 index 200f8ec..e4cb3f7 100644
22 --- a/kaddressbook/main.cpp
23 +++ b/kaddressbook/main.cpp
24 @@ -49,7 +49,7 @@ int main( int argc, char **argv )
25 MainWindow *window = new MainWindow;
28 -#if !KDE_IS_VERSION(4,6,0)
29 +#if !KDE_IS_VERSION(4,6,2)
30 if ( !Akonadi::Control::start( window ) ) {
31 //TODO: add message box after string freeze
32 kWarning() << "Unable to start Akonadi server, exit application";