diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-11-06 14:50:59 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2015-11-06 14:50:59 +0100 |
| commit | 2e724ebfb214c61436fd0fe13ae39abb0e601979 (patch) | |
| tree | 0a741dc4ba335e5b598639e6f26a75f13f2e897b | |
| parent | a4c1fdf6e7b8f7bdb8b7f938a6c5ed7b09daa826 (diff) | |
UserPromptView: use show_lock_warnings
(bzr r4027.7.2)
| -rw-r--r-- | lockscreen/UserPromptView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lockscreen/UserPromptView.cpp b/lockscreen/UserPromptView.cpp index 064c899d9..baf26c423 100644 --- a/lockscreen/UserPromptView.cpp +++ b/lockscreen/UserPromptView.cpp @@ -317,7 +317,7 @@ void UserPromptView::AddPrompt(std::string const& message, bool visible, Promise text_input->scale = scale(); text_input->input_hint = SanitizeMessage(message); text_input->hint_font_size = PROMPT_FONT_SIZE; - text_input->show_caps_lock = true; + text_input->show_lock_warnings = true; text_input->show_activator = true; text_entry->SetPasswordMode(!visible); text_entry->SetPasswordChar("•"); |
