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

List:       kde-commits
Subject:    extragear/pim/mailody/src
From:       Volker Krause <vkrause () kde ! org>
Date:       2009-10-22 9:12:04
Message-ID: 1256202724.270138.29779.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1038898 by vkrause:

adapt to recent kdepimlibs changes


 M  +1 -1      mainwindow.cpp  
 M  +1 -2      setupidentities.cpp  


--- trunk/extragear/pim/mailody/src/mainwindow.cpp #1038897:1038898
@@ -309,7 +309,7 @@
     selectionProxyModel->setSourceModel( collectionModel );
     selectionProxyModel->setFilterBehavior( \
KSelectionProxyModel::ChildrenOfExactSelection );  
-    FavoriteCollectionsModel *favoritesModel = new FavoriteCollectionsModel( \
collectionModel, this ); +    FavoriteCollectionsModel *favoritesModel = new \
FavoriteCollectionsModel( collectionModel, KGlobal::config()->group( \
"FavoriteCollectionModel" ), this );  m_favoritesView->setModel( favoritesModel );
 
     StandardActionManager* stdActionManager = new StandardActionManager( \
                m_actionCollection, this );
--- trunk/extragear/pim/mailody/src/setupidentities.cpp #1038897:1038898
@@ -173,8 +173,7 @@
     QWidget *page2 = new QWidget( this );
     QBoxLayout *m2 = new QBoxLayout( QBoxLayout::TopToBottom, page2 );
 
-    m_signatureWidget = new KPIMIdentities::SignatureConfigurator( page2,
-            KPIMIdentities::SignatureConfigurator::DisableHtmlImages );
+    m_signatureWidget = new KPIMIdentities::SignatureConfigurator( page2 );
     m2->addWidget( m_signatureWidget );
 
     m_tabWidget->addTab( page2,i18n( "Signature" ) );


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

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