X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.h;h=2d1fd509241193f12b140c431a4eb513b9ca5c89;hb=43960a70a6dafea5e2d05efac290283c726fb028;hp=46598b14ffbac0c1715b188ca7851dd5bb5877a6;hpb=87e8ff9c3e16e2786a9ba9d551e52cd8b9dd9728;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;