summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-13 21:53:01 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-13 21:53:01 -0800
commit55eb4160dae56623c5e357bcd7a086649f40375a (patch)
treef8a569fe36c9595941192c7a0e116ad43852df93 /qt-mobile
parentda5be2249dc70db0b76d807107768e269de2ace2 (diff)
downloadsubsurface-55eb4160dae56623c5e357bcd7a086649f40375a.tar.gz
Fix incorrect reference to endEditMode()
Not sure how that slipped through the cracks. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-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()
}
}
},