From 75d32029d1e35f195f059e58563759db6475daeb Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 10 Jul 2008 23:52:41 +0000 Subject: [PATCH] backport SVN commit 830558 by winterz: make sure that changes to the xml file are merged in. this seems to fix the saving of shortcut changes in the kmail component. svn path=/branches/KDE/4.1/kdepim/; revision=830690 --- kmail_part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmail_part.cpp b/kmail_part.cpp index ed5ae26cc..bb10fc37d 100644 --- a/kmail_part.cpp +++ b/kmail_part.cpp @@ -120,7 +120,7 @@ KMailPart::KMailPart(QWidget *parentWidget, QObject *parent, const QVariantList connect( mainWidget->folderTree(), SIGNAL(nameChanged(KMFolderTreeItem*)), this, SLOT(slotNameChanged(KMFolderTreeItem*)) ); - setXMLFile( "kmail_part.rc" ); + setXMLFile( "kmail_part.rc", true ); #endif KSettings::Dispatcher::registerComponent( KMailFactory::componentData(), mKMailKernel, "slotConfigChanged" );