diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-18 19:26:07 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-18 19:26:07 -0800 |
commit | b619b39fdd0c5d9942b03360966ba4599ea2b302 (patch) | |
tree | dbd8295ff5e9187d0cf7891c069c8a419d12ab18 /qt-mobile | |
parent | 694fc9d00fcfb6c212103e4a7009af53044eb888 (diff) | |
download | subsurface-b619b39fdd0c5d9942b03360966ba4599ea2b302.tar.gz |
Another missing call to mark_divelist_changed
Thanks again to Lubomir for finding this.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qmlmanager.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-mobile/qmlmanager.cpp b/qt-mobile/qmlmanager.cpp index 82ecc847a..cb91df2ad 100644 --- a/qt-mobile/qmlmanager.cpp +++ b/qt-mobile/qmlmanager.cpp @@ -147,6 +147,8 @@ void QMLManager::commitChanges(QString diveId, QString suit, QString buddy, QStr free(d->notes); d->notes = strdup(notes.toUtf8().data()); } + if (diveChanged) + mark_divelist_changed(true); } void QMLManager::saveChanges() |