X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.c;h=a6ffda8e8b9734cc8d934b6a35e7772dc3987479;hb=05857e0a05bc15672ddd5e835714d2cd20405b97;hp=5dc45657b5ca096099753046277b3516873460b0;hpb=c24fd4b82cf4476c6d9c863ee03f2d729b64e5f0;p=ext%2Fsubsurface.git diff --git a/divelist.c b/divelist.c index 5dc4565..a6ffda8 100644 --- a/divelist.c +++ b/divelist.c @@ -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)