mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Another missing call to mark_divelist_changed
Thanks again to Lubomir for finding this. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
694fc9d00f
commit
b619b39fdd
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue