X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=divelist.h;h=e0ab1137cc105627b681a28df57f62a4eb71581d;hb=dfacb5e124125e0e864509459d9ffef73495a3cd;hp=c8bc5ff722c17f2a352f1b646d0278bbbad05a94;hpb=de721d98106569ccf74d4bcc35619e281df00e5e;p=ext%2Fsubsurface.git diff --git a/divelist.h b/divelist.h index c8bc5ff..e0ab113 100644 --- a/divelist.h +++ b/divelist.h @@ -7,7 +7,7 @@ struct DiveList { GtkWidget *tree_view; GtkWidget *container_widget; GtkListStore *model; - GtkTreeViewColumn *date, *depth, *duration; + GtkTreeViewColumn *date, *depth, *duration, *location; GtkTreeViewColumn *temperature, *nitrox, *sac; };