summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2011-12-12 01:34:01 +0000
committerJonathan Callen <jcallen@gentoo.org>2011-12-12 01:34:01 +0000
commit1649455f513dd7081b29ab203fa105d911428a2b (patch)
treee41567d8330f6d498c7beaa8b778866d645b2c11 /kde-base/kontact/files/kontact-4.4.10-asyncako.patch
parentFix type to build against /usr/src/linux sources and not the current running ... (diff)
downloadhistorical-1649455f513dd7081b29ab203fa105d911428a2b.tar.gz
historical-1649455f513dd7081b29ab203fa105d911428a2b.tar.bz2
historical-1649455f513dd7081b29ab203fa105d911428a2b.zip
rm old files
Package-Manager: portage-2.2.0_alpha80/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kontact/files/kontact-4.4.10-asyncako.patch')
-rw-r--r--kde-base/kontact/files/kontact-4.4.10-asyncako.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-base/kontact/files/kontact-4.4.10-asyncako.patch b/kde-base/kontact/files/kontact-4.4.10-asyncako.patch
deleted file mode 100644
index 0558f8c598c0..000000000000
--- a/kde-base/kontact/files/kontact-4.4.10-asyncako.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-commit cfa404b7188e4c26bddbc9579728f6d25f8cd214
-Author: Stephen Kelly <steveire@gmail.com>
-Date: Tue Apr 5 11:09:43 2011 +0200
-
- Start kdepim 4.4 asynchronously if built against 4.6.
-
- The synchronous mechanism doesn't have enough time to start
- before it reports failure.
-
-diff --git a/kontact/src/main.cpp b/kontact/src/main.cpp
-index 356aa57..cb4a235 100644
---- a/kontact/src/main.cpp
-+++ b/kontact/src/main.cpp
-@@ -199,9 +199,11 @@ int main( int argc, char **argv )
-
- KontactApp app;
-
-+#if !KDE_IS_VERSION(4,6,0)
- // KDE 4.4: do akonadi startup before creating any window, since creating
- // the window loads kmail. In 4.5 we'll do this startup async instead.
- Akonadi::Control::start( 0 );
-+#endif
-
- // Qt doesn't treat the system tray as a window, and therefore Qt would quit
- // the event loop when an error message is clicked away while Kontact is in the