]> git.tdb.fi Git - ext/subsurface.git/blobdiff - divelist.h
Make helper function for creating TreeView columns in the dive list
[ext/subsurface.git] / divelist.h
index 46598b14ffbac0c1715b188ca7851dd5bb5877a6..2d1fd509241193f12b140c431a4eb513b9ca5c89 100644 (file)
@@ -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;