diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 14:40:12 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:22 -0700 |
commit | 2fec1a88de2a075fd9586f5fb5c57b5bab2a74a6 (patch) | |
tree | c4d8690c1734b0b97be4522b27d4546b51b6f12a /qt-ui | |
parent | 09f2d3b35de0fc687290eece9f94e9106cc3a7aa (diff) | |
download | subsurface-2fec1a88de2a075fd9586f5fb5c57b5bab2a74a6.tar.gz |
Dive site rewrite: copy the current dive to the displayed dive
This way we can actually edit something.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index a29123521..9c8cac2bf 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -703,6 +703,7 @@ void MainTab::updateDiveInfo(bool clear) ui.locationTags->hide(); else ui.locationTags->show(); + copy_dive_site(get_dive_site_by_uuid(displayed_dive.dive_site_uuid), &displayed_dive_site); } else { /* clear the fields */ |