]> git.tdb.fi Git - ext/subsurface.git/blobdiff - divelist.c
Repaint the dives in dive_list_update_dives() instead of in callers
[ext/subsurface.git] / divelist.c
index 5dc45657b5ca096099753046277b3516873460b0..a6ffda8e8b9734cc8d934b6a35e7772dc3987479 100644 (file)
@@ -67,6 +67,7 @@ void dive_list_update_dives(struct DiveList dive_list)
 {
        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)