diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-11 05:57:43 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-11 05:57:43 +0900 |
commit | f41651439cb6ee653cf25b495463644902507f46 (patch) | |
tree | d8a9cd87a563c3c5cbfc1c3157d174d4b792821a /qt-ui/divelistview.cpp | |
parent | ea2e517e39e849c7b1e949f87ad263dc13c47714 (diff) | |
download | subsurface-f41651439cb6ee653cf25b495463644902507f46.tar.gz |
Mark divelist changed when deleting a dive
Fixes #232
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.cpp')
-rw-r--r-- | qt-ui/divelistview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.cpp b/qt-ui/divelistview.cpp index b2f33ffa1..0fdd6fc91 100644 --- a/qt-ui/divelistview.cpp +++ b/qt-ui/divelistview.cpp @@ -433,6 +433,7 @@ void DiveListView::deleteDive() else mainWindow()->cleanUpEmpty(); } + mark_divelist_changed(TRUE); } mainWindow()->refreshDisplay(); reload(currentLayout, false); |