From b619b39fdd0c5d9942b03360966ba4599ea2b302 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 18 Nov 2015 19:26:07 -0800 Subject: Another missing call to mark_divelist_changed Thanks again to Lubomir for finding this. Signed-off-by: Dirk Hohndel --- qt-mobile/qmlmanager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-mobile/qmlmanager.cpp') 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() -- cgit v1.2.3-70-g09d2