Reviewboard seems offline right now. There is an error in your patch, it
should look like the one attached.

Lamarque V. Souza

KDE's Network Management maintainer

http://planetkde.org/pt-br

On Sun, Mar 8, 2015 at 6:28 PM, Lamarque Souza <[email protected]> wrote:

>    This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122860/
>
> Ship it!
>
> Ship It!
>
>
> - Lamarque Souza
>
> On March 8th, 2015, 9:17 p.m. UTC, Rajeesh K Nambiar wrote:
>   Review request for Network Management.
> By Rajeesh K Nambiar.
>
> *Updated March 8, 2015, 9:17 p.m.*
>  *Repository: * plasma-nm
> Description
>
> WPA/WPA2 Enterprise 802-1x security setting editor displays LEAP 
> authentication setting password text by default. Set the passoword mode on to 
> mask the text.
>
>   Testing
>
> Couldn't test build (as I have kf5-networkmanager-qt 5.7.0 installed which is 
> missing commit bbaa598b82213022af459e61f4e55d9dc116cfc2 to include NM 
> headers).
>
>   Diffs
>
>    - libs/editor/settings/ui/802-1x.ui (1881b41)
>
> View Diff <https://git.reviewboard.kde.org/r/122860/diff/>
>
diff --git a/libs/editor/settings/ui/802-1x.ui b/libs/editor/settings/ui/802-1x.ui
index 1881b41..093eddc 100644
--- a/libs/editor/settings/ui/802-1x.ui
+++ b/libs/editor/settings/ui/802-1x.ui
@@ -230,7 +230,11 @@
         </widget>
        </item>
        <item row="1" column="1">
-        <widget class="KLineEdit" name="leapPassword"/>
+        <widget class="KLineEdit" name="leapPassword">
+         <property name="passwordMode">
+          <bool>true</bool>
+         </property>
+        </widget>
        </item>
        <item row="2" column="1">
         <widget class="QCheckBox" name="cbShowLeapPassword">
_______________________________________________
kde-networkmanager mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-networkmanager

Reply via email to