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


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

The following commit has been merged in the master branch:
commit 1bcc70d79ceda6e15b978722c53b97386c26656a
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Tue Aug 11 12:28:13 2009 +0000

    Fix typo which caused https proxy port parameter to have the wrong default value.
    
    svn path=/trunk/playground/network/telepathy-accounts-kcm-plugins/; revision=1010010
---
 gabble/proxy-settings-widget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gabble/proxy-settings-widget.cpp b/gabble/proxy-settings-widget.cpp
index 19c563e..b0789d3 100644
--- a/gabble/proxy-settings-widget.cpp
+++ b/gabble/proxy-settings-widget.cpp
@@ -167,7 +167,7 @@ ProxySettingsWidget::ProxySettingsWidget(Tp::ProtocolParameterList parameters,
                     d->httpsProxyPortParameter->name()).toUInt());
         } else {
             d->ui->httpsProxyPortLineEdit->setValue(
-                    d->httpsProxyServerParameter->defaultValue().toUInt());
+                    d->httpsProxyPortParameter->defaultValue().toUInt());
         }
     }
 

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list