summaryrefslogtreecommitdiffstats
path: root/divelist.c
diff options
context:
space:
mode:
authorGravatar Henrik Brautaset Aronsen <subsurface@henrik.synth.no>2012-11-04 20:35:59 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-05 09:05:02 -0800
commit37e3ade2e27b64f0696102e4ec421176ae430ffd (patch)
tree8ade4ed484093febb1d5e2fd8457499b46081105 /divelist.c
parent45fce18fb24fe291f8b1f5c65ff95ea0a5046a33 (diff)
downloadsubsurface-37e3ade2e27b64f0696102e4ec421176ae430ffd.tar.gz
Repair broken Add Dive menu item
Lubomir's commit aec904b612cbee57f8bb5c3289a120b69c9ade24 broke the Add Dive menu item: The Edit Dive dialogue didn't show up after the initial dialogue. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist.c')
-rw-r--r--divelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.c b/divelist.c
index c1e240d36..498210e1f 100644
--- a/divelist.c
+++ b/divelist.c
@@ -1340,7 +1340,7 @@ static void row_activated_cb(GtkTreeView *tree_view,
collapse_expand(tree_view, path);
return;
}
- edit_dive_info(get_dive(index));
+ edit_dive_info(get_dive(index), FALSE);
}
void add_dive_cb(GtkWidget *menuitem, gpointer data)