public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kaddressbook/files: kaddressbook-4.4.10-asyncako.patch
@ 2011-04-06  7:33 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-06  7:33 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/04/06 07:33:55

  Added:                kaddressbook-4.4.10-asyncako.patch
  Log:
  Start akonadi asynchronously on kde-4.6, bug 362199
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  kde-base/kaddressbook/files/kaddressbook-4.4.10-asyncako.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kaddressbook/files/kaddressbook-4.4.10-asyncako.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kaddressbook/files/kaddressbook-4.4.10-asyncako.patch?rev=1.1&content-type=text/plain

Index: kaddressbook-4.4.10-asyncako.patch
===================================================================
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/kaddressbook/main.cpp b/kaddressbook/main.cpp
index 4c8ca42..200f8ec 100644
--- a/kaddressbook/main.cpp
+++ b/kaddressbook/main.cpp
@@ -49,11 +49,13 @@ int main( int argc, char **argv )
   MainWindow *window = new MainWindow;
   window->show();
 
+#if !KDE_IS_VERSION(4,6,0)
   if ( !Akonadi::Control::start( window ) ) {
     //TODO: add message box after string freeze
     kWarning() << "Unable to start Akonadi server, exit application";
     return 1;
   }
+#endif
 
   return app.exec();
 }






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kaddressbook/files: kaddressbook-4.4.10-asyncako.patch
@ 2011-12-12  0:46 Jonathan Callen (abcd)
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2011-12-12  0:46 UTC (permalink / raw
  To: gentoo-commits

abcd        11/12/12 00:46:46

  Removed:              kaddressbook-4.4.10-asyncako.patch
  Log:
  rm old files
  
  (Portage version: 2.2.0_alpha80/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-12  0:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12  0:46 [gentoo-commits] gentoo-x86 commit in kde-base/kaddressbook/files: kaddressbook-4.4.10-asyncako.patch Jonathan Callen (abcd)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-06  7:33 Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox