mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix right click edit in Dive Notes area for multiple dives
This fixes the bug that triggered the SIGSEGV that Linus worked around earlier. I had forgotten to update this call path to the edit_multi_dive_info function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
673cf274f8
commit
f6dfb0094c
4 changed files with 4 additions and 2 deletions
|
@ -79,7 +79,6 @@ static void dump_model(GtkListStore *store)
|
|||
#endif
|
||||
|
||||
static GList *selected_dives;
|
||||
static int *selectiontracker;
|
||||
|
||||
/* when subsurface starts we want to have the last dive selected. So we simply
|
||||
walk to the first leaf (and skip the summary entries - which have negative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue