[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=427b556

The following commit has been merged in the master branch:
commit 427b556ca2a1f8b66d483025ed49e3105c9b867d
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Sat Jan 22 13:53:37 2011 +0000

    Set widget data mapper to not update until we call submit();
    We call submit anyway, so this saves a bit of pointless processing.
---
 src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp b/src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp
index 2ebc4ef..9f5b0d4 100644
--- a/src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp
+++ b/src/KCMTelepathyAccounts/abstract-account-parameters-widget.cpp
@@ -57,7 +57,7 @@ AbstractAccountParametersWidget::AbstractAccountParametersWidget(ParameterEditMo
 
     d->mapper = new QDataWidgetMapper(this);
     d->mapper->setModel(d->parameterModel);
-
+    d->mapper->setSubmitPolicy(QDataWidgetMapper::ManualSubmit);
     d->mapper->setOrientation(Qt::Vertical);
 }
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list