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


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

The following commit has been merged in the master branch:
commit 7da8872a3015c145c5477d5bdcfb794b370b2709
Author: Thomas Richard <thomas9999 at gmail.com>
Date:   Sun Jan 16 11:09:12 2011 +0100

    Low bandwidth parameter got hidden
---
 gabble/server-settings-widget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gabble/server-settings-widget.cpp b/gabble/server-settings-widget.cpp
index a27b4be..50ecd4f 100644
--- a/gabble/server-settings-widget.cpp
+++ b/gabble/server-settings-widget.cpp
@@ -54,7 +54,7 @@ ServerSettingsWidget::ServerSettingsWidget(ParameterEditModel *model,
     handleParameter("server", QVariant::String, d->ui->serverLineEdit, d->ui->serverLabel);
     handleParameter("port", QVariant::UInt, d->ui->portSpinBox, d->ui->portLabel);
     handleParameter("keepalive-interval", QVariant::UInt, d->ui->keepaliveIntervalSpinBox, 0);
-    handleParameter("low-bandwith", QVariant::Bool, d->ui->lowBandwidthCheckBox, 0);
+    handleParameter("low-bandwidth", QVariant::Bool, d->ui->lowBandwidthCheckBox, 0);
     handleParameter("require-encryption", QVariant::Bool, d->ui->requireEncryptionCheckBox, 0);
     handleParameter("ignore-ssl-errors", QVariant::Bool, d->ui->ignoreSslErrorsCheckBox, 0);
     handleParameter("old-ssl", QVariant::Bool, d->ui->oldSslCheckBox, 0);

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list