X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.h;h=2d1fd509241193f12b140c431a4eb513b9ca5c89;hb=d3feb78df5278f0f132875c60f33fdb2168087eb;hp=46598b14ffbac0c1715b188ca7851dd5bb5877a6;hpb=61ebee05dcc550a5e5719ecdf68812afb55a88c0;p=ext%2Fsubsurface.git diff --git a/divelist.h b/divelist.h index 46598b1..2d1fd50 100644 --- a/divelist.h +++ b/divelist.h @@ -8,7 +8,7 @@ struct DiveList { GtkWidget *container_widget; GtkListStore *model; GtkTreeViewColumn *date, *depth, *duration, *location; - GtkTreeViewColumn *temperature, *nitrox, *sac; + GtkTreeViewColumn *temperature, *cylinder, *nitrox, *sac; }; struct dive;