From f4f5536baddf8dc7dc8ed9e913eabbc904960f94 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 3 Sep 2012 07:58:11 -0700 Subject: Fix copy_tree_node to no longer overwrite dive duration Cut and paste error when creating this function. Reported-by: Henrik Brautaset Aronsen Signed-off-by: Dirk Hohndel --- divelist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/divelist.c b/divelist.c index 64b392f54..1c5db5d9b 100644 --- a/divelist.c +++ b/divelist.c @@ -1223,7 +1223,7 @@ static int copy_tree_node(GtkTreeIter *a, GtkTreeIter *b) DIVE_RATING, &store_dive.rating, DIVE_DEPTH, &store_dive.maxdepth, DIVE_DURATION, &store_dive.duration, - DIVE_TEMPERATURE, &store_dive.duration, + DIVE_TEMPERATURE, &store_dive.watertemp.mkelvin, DIVE_TOTALWEIGHT, &totalweight, DIVE_SUIT, &store_dive.suit, DIVE_CYLINDER, &cylinder_text, @@ -1238,7 +1238,7 @@ static int copy_tree_node(GtkTreeIter *a, GtkTreeIter *b) DIVE_RATING, store_dive.rating, DIVE_DEPTH, store_dive.maxdepth, DIVE_DURATION, store_dive.duration, - DIVE_TEMPERATURE, store_dive.duration, + DIVE_TEMPERATURE, store_dive.watertemp.mkelvin, DIVE_TOTALWEIGHT, totalweight, DIVE_SUIT, store_dive.suit, DIVE_CYLINDER, cylinder_text, -- cgit v1.2.3-70-g09d2