diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-19 12:56:37 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-19 12:56:37 -0700 |
commit | de721d98106569ccf74d4bcc35619e281df00e5e (patch) | |
tree | 66b8bf0fa71e416814aebe097e63378df712cf6d /divelist.h | |
parent | 69ff164afc3450ad44f7e923326c51fd1981a892 (diff) | |
download | subsurface-de721d98106569ccf74d4bcc35619e281df00e5e.tar.gz |
Add temp/nitrox/sac entries to divelist
This doesn't really fill them, it just adds them to the possible
entries. I'll get to it later.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h index c046a879a..c8bc5ff72 100644 --- a/divelist.h +++ b/divelist.h @@ -8,6 +8,7 @@ struct DiveList { GtkWidget *container_widget; GtkListStore *model; GtkTreeViewColumn *date, *depth, *duration; + GtkTreeViewColumn *temperature, *nitrox, *sac; }; extern struct DiveList dive_list; |