Each caller ends up needing it, and I missed another one. So rather
than update the other caller, just do it in dive_list_update_dives() and
we can stop worrying about it.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
{
gtk_list_store_clear(GTK_LIST_STORE(dive_list.model));
fill_dive_list(GTK_LIST_STORE(dive_list.model));
+ repaint_dive();
}
struct DiveList dive_list_create(void)
}
g_slist_free(filenames);
report_dives();
- repaint_dive();
dive_list_update_dives(dive_list);
}
gtk_widget_destroy(dialog);