Fix switched password forms

Password form for Manual Proxy was showing/saving the HTTPS password, and vice-versa.
remotes/origin/falkon
psyvisions 12 years ago
parent 75b532a4a1
commit cb2a9ac206
  1. 8
      src/plugins/StatusBarIcons/sbi_proxywidget.ui

@ -113,7 +113,7 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="httpsProxyUsername"/>
<widget class="QLineEdit" name="proxyUsername"/>
</item>
<item>
<widget class="QLabel" name="label_57">
@ -123,7 +123,7 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="httpsProxyPassword"/>
<widget class="QLineEdit" name="proxyPassword"/>
</item>
<item>
<spacer name="horizontalSpacer_28">
@ -245,7 +245,7 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="proxyUsername"/>
<widget class="QLineEdit" name="httpsProxyUsername"/>
</item>
<item>
<widget class="QLabel" name="label_39">
@ -255,7 +255,7 @@
</widget>
</item>
<item>
<widget class="QLineEdit" name="proxyPassword"/>
<widget class="QLineEdit" name="httpsProxyPassword"/>
</item>
<item>
<spacer name="horizontalSpacer_3">

Loading…
Cancel
Save