Code review comment for lp:~feng-kylin/unity/ExtendLockscreenTheme

Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

This branch doesn't build anymore now when merged to trunk:

/«BUILDDIR»/unity-7.4.0+16.04.20160114/lockscreen/KylinUserPromptView.cpp: In member function 'void unity::lockscreen::KylinUserPromptView::AddPrompt(const string&, bool, const PromiseAuthCodePtr&)':
/«BUILDDIR»/unity-7.4.0+16.04.20160114/lockscreen/KylinUserPromptView.cpp:299:15: error: 'class unity::TextInput' has no member named 'show_caps_lock'
   text_input->show_caps_lock = true;

Can you please fix this by replacing "show_caps_lock" with "show_lock_warnings" ?

Thanks

« Back to merge proposal