X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.c;h=a6ffda8e8b9734cc8d934b6a35e7772dc3987479;hb=93c21a4dbca03675bb69d6b4f12f34c3387616f6;hp=5dc45657b5ca096099753046277b3516873460b0;hpb=21204926dfda996c47b4d638e30fb0b1f9968c63;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)