Nux

Merge lp:~mandel/nux/set-password-mode-correct into lp:nux

Proposed by Manuel de la Peña
Status: Merged
Approved by: Michal Hruby
Approved revision: 669
Merged at revision: 668
Proposed branch: lp:~mandel/nux/set-password-mode-correct
Merge into: lp:nux
Diff against target: 12 lines (+1/-1)
1 file modified
Nux/TextEntry.h (+1/-1)
To merge this branch: bzr merge lp:~mandel/nux/set-password-mode-correct
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
Review via email: mp+126426@code.launchpad.net

Commit message

- Fixes SetPasswordMode to take true instead of false (bug #1056754).

Description of the change

- Fixes SetPasswordMode to take true instead of false (bug #1056754).

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

Looks sane. +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Nux/TextEntry.h'
2--- Nux/TextEntry.h 2012-09-17 09:55:43 +0000
3+++ Nux/TextEntry.h 2012-09-26 10:17:44 +0000
4@@ -210,7 +210,7 @@
5
6 void SetPasswordMode(bool visible)
7 {
8- SetVisibility(visible);
9+ SetVisibility(!visible);
10 }
11 void SetVisibility(bool visible);
12 void SetPasswordChar(const char* c);

Subscribers

People subscribed via source and target branches