diff options
Diffstat (limited to 'info.c')
-rw-r--r-- | info.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,6 +143,7 @@ void show_dive_info(struct dive *dive) SET_TEXT_VALUE(suit); gtk_entry_set_text(rating, star_strings[0]); gtk_text_buffer_set_text(gtk_text_view_get_buffer(notes), "", -1); + show_dive_equipment(NULL, W_IDX_PRIMARY); return; } |