diff options
Diffstat (limited to 'divelist.c')
-rw-r--r-- | divelist.c | 4 |
1 files 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, |