summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qt-mobile/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml
index 68696b6aa..d57d01bbb 100644
--- a/qt-mobile/qml/main.qml
+++ b/qt-mobile/qml/main.qml
@@ -148,7 +148,7 @@ MobileComponents.ApplicationWindow {
text: "Preferences"
onTriggered: {
stackView.push(prefsWindow)
- endEditMode()
+ detailsWindow.endEditMode()
}
}
},