diff --git a/backends/platform/maemo/maemo.cpp b/backends/platform/maemo/maemo.cpp index 49fa9298d44..60ed4170e25 100644 --- a/backends/platform/maemo/maemo.cpp +++ b/backends/platform/maemo/maemo.cpp @@ -96,7 +96,7 @@ void OSystem_SDL_Maemo::initBackend() { ConfMan.set("vkeybdpath", DATA_PATH); - _model = Model(detectModel()); + _model = detectModel(); registerDefaultKeyBindings(_keymapperDefaultBindings, _model);