From 83c0688ee8dc710286091d30cc1fbaea32ce1554 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 10 Dec 2015 12:39:35 +0100 Subject: KDE 5_15.11: recompilations as a result of major library updates in -current. --- .../kaccounts-integration-15.08.3_service.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch (limited to 'kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch') diff --git a/kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch b/kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch new file mode 100644 index 0000000..e41d58b --- /dev/null +++ b/kde/patch/kaccounts-integration/kaccounts-integration-15.08.3_service.patch @@ -0,0 +1,28 @@ +--- a/src/jobs/createaccount.cpp ++++ b/src/jobs/createaccount.cpp +@@ -141,8 +141,8 @@ + + m_done = true; + ++ connect(m_identity, &SignOn::Identity::credentialsStored, m_identity, &SignOn::Identity::queryInfo); + m_identity->storeCredentials(); +- connect(m_identity, &SignOn::Identity::credentialsStored, m_identity, &SignOn::Identity::queryInfo); + } + + void CreateAccount::pluginError(const QString &error) +@@ -177,12 +177,12 @@ + return; + } + ++ m_account->selectService(); ++ + if (m_account->displayName().isEmpty()) { + m_account->setDisplayName(info.userName()); + } + m_account->setValue("username", info.userName()); +- +- m_account->selectService(); + m_account->setCredentialsId(info.id()); + + Accounts::AuthData authData = m_accInfo->authData(); + -- cgit v1.2.3