[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:26 UTC 2016


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

The following commit has been merged in the master branch:
commit 12315011b735d6c7d4bc9fc75207da3512dbdd75
Author: Rohan Garg <rohangarg at kubuntu.org>
Date:   Sat Apr 2 23:51:08 2011 +0530

    Reconnect to service if account details are changed
    Reviewd by David Edmundson
    BUG: 269911
---
 src/edit-account-dialog.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/edit-account-dialog.cpp b/src/edit-account-dialog.cpp
index bcfaca2..2772c61 100644
--- a/src/edit-account-dialog.cpp
+++ b/src/edit-account-dialog.cpp
@@ -118,6 +118,7 @@ void EditAccountDialog::onParametersUpdated(Tp::PendingOperation *op)
     }
 
     emit finished();
+    d->item->account()->reconnect();
 
     // set the dialog as accepted and exit
     done(KDialog::Accepted);

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list