aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-18 19:26:07 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-18 19:26:07 -0800
commitb619b39fdd0c5d9942b03360966ba4599ea2b302 (patch)
treedbd8295ff5e9187d0cf7891c069c8a419d12ab18 /qt-mobile
parent694fc9d00fcfb6c212103e4a7009af53044eb888 (diff)
downloadsubsurface-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.cpp2
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()