summaryrefslogtreecommitdiffstats
path: root/translations/subsurface_he.ts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-10 06:17:15 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-10 06:25:30 +0100
commite5561d766852cde28ebbabf2150bab5be6183897 (patch)
treecbb019cc285b3bf09baaa5c7dc98074eaf2ffe8b /translations/subsurface_he.ts
parenteaa31600820b95f7acc51979048e2970ac1d4821 (diff)
downloadsubsurface-e5561d766852cde28ebbabf2150bab5be6183897.tar.gz
Fix selection tracking bug
When trying to remember a newly manually created dive across the sort_table() call I abused the dive->selected flag and didn't clear it out afterwards (most likely thinking "hey, I'm calling selectDive() on this anyway"). This caused the UI code to correctly mark the dive as selected, but when it called down to the C code to keep the internal data structures in sync, that code didn't update amount_selected as it thought this dive had already been selected. And that caused other parts of the code to get confused, which manifested for example in the failed upload to divelogs.de. So this clears out the flag after abusing it to remember a dive. Maybe we should add a 'remembered' flag instead, but for now this fixes the issue. Fixes #351 Initial-fix-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations/subsurface_he.ts')
0 files changed, 0 insertions, 0 deletions