summaryrefslogtreecommitdiff
path: root/lockscreen
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2014-11-28 14:28:32 +0100
committerAndrea Azzarone <azzaronea@gmail.com>2014-11-28 14:28:32 +0100
commitb79028461b05cb34d692bc07f3a79b388a62ee39 (patch)
treea01a549ac33936081c2d390f528cf50d47d96c55 /lockscreen
parent70b1848b78a6e31be8c85cc95a5bdbec2cf917ec (diff)
Fix typo.
(bzr r3884.8.2)
Diffstat (limited to 'lockscreen')
-rw-r--r--lockscreen/UserPromptView.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lockscreen/UserPromptView.cpp b/lockscreen/UserPromptView.cpp
index a696273f9..064c899d9 100644
--- a/lockscreen/UserPromptView.cpp
+++ b/lockscreen/UserPromptView.cpp
@@ -371,7 +371,6 @@ void UserPromptView::AddMessage(std::string const& message, nux::Color const& co
view->SetTextColor(color);
view->SetText(message);
view->SetMaximumWidth(geo.width - PADDING.CP(scale)*2);
-.
msg_layout_->AddView(view);
GetLayout()->ComputeContentPosition(0, 0);