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:
Dirk Hohndel 2015-11-18 19:26:07 -08:00
parent 694fc9d00f
commit b619b39fdd

View file

@ -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()