Fix behaviour of device-screen: Go to input-screen if pressing on the back button

This commit is contained in:
Flakebi 2014-05-27 16:15:19 +02:00
parent d5de7d49d9
commit e5b4121aef

View File

@ -320,7 +320,7 @@ void OptionsScreenInput2::updateInputButtons()
getWidget<GUIEngine::LabelWidget>("conflict");
if (conflicts)
conflict_label->setText(
_("* A blue item means a conflict with another configuration") );
_("* A red item means a conflict with another configuration") );
else
conflict_label->setText("");
@ -453,7 +453,7 @@ void OptionsScreenInput2::eventCallback(Widget* widget,
}
else if (name == "back")
{
sm->popMenu();
sm->replaceTopMostScreen(OptionsScreenInput::getInstance());
}
else if (name == "actions")
{