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


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

The following commit has been merged in the master branch:
commit 3f3e523602dfb152f6cf56892b15e6b5ccad62df
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Tue Dec 27 18:02:06 2011 +0100

    Add a comment to explain why it the ui is empty
---
 plugins/gabble/main-options-widget-msn.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plugins/gabble/main-options-widget-msn.cpp b/plugins/gabble/main-options-widget-msn.cpp
index f910c50..913a808 100644
--- a/plugins/gabble/main-options-widget-msn.cpp
+++ b/plugins/gabble/main-options-widget-msn.cpp
@@ -27,6 +27,10 @@ MainOptionsWidgetMSN::MainOptionsWidgetMSN(ParameterEditModel *model,
                                      QWidget *parent)
  : AbstractAccountParametersWidget(model, parent)
 {
+    // MSN uses OAUTH2 authentication and the only parameters that require
+    // to be configured are mandatory and set using the profile
+    // Therefore this UI is just empty
+
     // Set up the UI.
     m_ui = new Ui::MainOptionsWidgetMSN;
     m_ui->setupUi(this);

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list