[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim/akregator_port] akregator2/src: Fix build error because of internal api change
From:       Àlex_Fiestas <afiestas () kde ! org>
Date:       2014-03-30 16:46:15
Message-ID: E1WUIsB-0008AW-Eq () scm ! kde ! org
[Download RAW message or body]

Git commit f83826d92410c855aef7bfcaacb4618a60e7dd11 by Àlex Fiestas.
Committed on 30/03/2014 at 16:45.
Pushed by afiestas into branch 'akregator_port'.

Fix build error because of internal api change

M  +1    -1    akregator2/src/kernel.cpp

http://commits.kde.org/kdepim/f83826d92410c855aef7bfcaacb4618a60e7dd11

diff --git a/akregator2/src/kernel.cpp b/akregator2/src/kernel.cpp
index 6c4b60e..2600a69 100644
--- a/akregator2/src/kernel.cpp
+++ b/akregator2/src/kernel.cpp
@@ -63,7 +63,7 @@ void Kernel::KernelPrivate::instanceStatusChanged( const Akonadi::AgentInstance&
 
   if ( instance.status() == Akonadi::AgentInstance::Running ) {
       KPIM::ProgressItem *item = KPIM::ProgressManager::createProgressItem( 0, instance,
-            instance.identifier(), instance.name(), instance.statusMessage(), true, false);
+            instance.identifier(), instance.name(), instance.statusMessage(), true);
       item->setProperty( "AgentIdentifier", instance.identifier() );
   }
 }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic