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

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:06:58 UTC 2016


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

The following commit has been merged in the master branch:
commit 07c7cc5309e11171b2e552678d58257ccfc44e42
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Sep 17 12:11:30 2015 -0400

    [kaccounts] Emit configUiReady() when config UI is ready
    
    Should prevent the crash when clicking the Configure button
    
    (requires kaccounts-integration 15.08.2)
    
    BUG: 351785
    FIXED-IN: 15.08.2
---
 plugins/kaccounts/kaccounts-ui-provider.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/kaccounts/kaccounts-ui-provider.cpp b/plugins/kaccounts/kaccounts-ui-provider.cpp
index d48c41d..296082e 100644
--- a/plugins/kaccounts/kaccounts-ui-provider.cpp
+++ b/plugins/kaccounts/kaccounts-ui-provider.cpp
@@ -106,10 +106,10 @@ void KAccountsUiProvider::init(KAccountsUiPlugin::UiType type)
 
     if (d->type == KAccountsUiPlugin::ConfigureAccountDialog) {
         if (d->accountManager->isReady()) {
-            Q_EMIT uiReady();
+            Q_EMIT configUiReady();
         } else {
             // let's wait for AM to become ready first
-            connect(d->accountManager->becomeReady(), &Tp::PendingOperation::finished, this, &KAccountsUiProvider::uiReady);
+            connect(d->accountManager->becomeReady(), &Tp::PendingOperation::finished, this, &KAccountsUiProvider::configUiReady);
         }
     }
 }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list