diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-07 22:29:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-07 22:29:50 -0800 |
commit | a0d3480bbe5a14eec43242923657ecbff9f89dbe (patch) | |
tree | 7f6d552ffeedd65e6f86b9b04789f65dad465c9d /qt-mobile | |
parent | c62baea03259aeb9b08aeb53be9a0fcac9a589ed (diff) | |
download | subsurface-a0d3480bbe5a14eec43242923657ecbff9f89dbe.tar.gz |
QML UI: fix manual add dive
This had been broken by mistake in commit e5f95daee8 ("QML UI: reimplement
context menu for dive details").
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/main.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index db238bb22..62e6698a8 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -49,7 +49,6 @@ MobileComponents.ApplicationWindow { Action { text: "Add dive manually" onTriggered: { - detailsWindow.viewEditText = "Save" detailsWindow.state = "edit" detailsWindow.dive_id = manager.addDive(); detailsWindow.number = manager.getNumber(detailsWindow.dive_id) |