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

List:       kde-commits
Subject:    [kdepim] 78254bf: Activate Control::widgetNeedsAkonadi for mainview
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2010-12-30 9:55:32
Message-ID: 20101230095532.DFEF1A6090 () git ! kde ! org
[Download RAW message or body]

commit 78254bfd14a2be245b2a84ab538801141a100966
branch master
Author: Tobias Koenig <tokoe@kde.org>
Date:   Thu Dec 30 10:57:40 2010 +0100

    Activate Control::widgetNeedsAkonadi for mainview
    
    The widgetNeedsAkonadi statement has been missing for the non-opengl
    case (Looks like that happened during the introduction of the command line
    argument for opengl support).

diff --git a/mobile/lib/kdeclarativefullscreenview.cpp b/mobile/lib/kdeclarativefullscreenview.cpp
index 16d3f2e..afb3aa3 100644
--- a/mobile/lib/kdeclarativefullscreenview.cpp
+++ b/mobile/lib/kdeclarativefullscreenview.cpp
@@ -82,6 +82,8 @@ KDeclarativeFullScreenView::KDeclarativeFullScreenView(const QString& qmlFileNam
     m_glWidget->setAutoFillBackground(false);
     setViewport(m_glWidget);
     Akonadi::Control::widgetNeedsAkonadi( m_glWidget );
+  } else {
+    Akonadi::Control::widgetNeedsAkonadi( this );
   }
 #else
   Akonadi::Control::widgetNeedsAkonadi( this );
[prev in list] [next in list] [prev in thread] [next in thread] 

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