diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-19 15:52:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-09-19 15:52:42 -0700 |
commit | 53ac61f23538b8d71a7eb579dd5fc585e71982ab (patch) | |
tree | 43574c51d768e0b4cffdb7c7043b438849944446 /divelist.h | |
parent | 7dca1cb78e7d8250bb4fd6843bd3260492554832 (diff) | |
download | subsurface-53ac61f23538b8d71a7eb579dd5fc585e71982ab.tar.gz |
Add location to divelist too
Sure, it's visible elsewhere, but this way you can search and sort for
it, and see several entries at once. So again, having it visible in the
dive list is a good thing.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/divelist.h b/divelist.h index c8bc5ff72..e0ab1137c 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; }; |