summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-19 21:39:15 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-09-19 21:39:15 -0700
commitd3feb78df5278f0f132875c60f33fdb2168087eb (patch)
tree920941d728b5ec4eedee0c76bc0316b4806bdf1a /divelist.h
parent61ebee05dcc550a5e5719ecdf68812afb55a88c0 (diff)
downloadsubsurface-d3feb78df5278f0f132875c60f33fdb2168087eb.tar.gz
Make helper function for creating TreeView columns in the dive list
Let's not repeat the boiler-plate code more than necessary. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'divelist.h')
-rw-r--r--divelist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.h b/divelist.h
index 46598b14f..2d1fd5092 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;