X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.h;fp=divelist.h;h=c8bc5ff722c17f2a352f1b646d0278bbbad05a94;hb=de721d98106569ccf74d4bcc35619e281df00e5e;hp=c046a879a7641f45af269d94cc4e7e2f135244ef;hpb=69ff164afc3450ad44f7e923326c51fd1981a892;p=ext%2Fsubsurface.git diff --git a/divelist.h b/divelist.h index c046a87..c8bc5ff 100644 --- a/divelist.h +++ b/divelist.h @@ -8,6 +8,7 @@ struct DiveList { GtkWidget *container_widget; GtkListStore *model; GtkTreeViewColumn *date, *depth, *duration; + GtkTreeViewColumn *temperature, *nitrox, *sac; }; extern struct DiveList dive_list;