Add GtkTreeViewColumn information to 'struct DiveList'

We will need the column information in order to update the naming when
the units change.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2011-09-07 08:42:05 -07:00
parent 7bbdea19ed
commit 378ac0d44a
2 changed files with 4 additions and 3 deletions

View file

@ -7,6 +7,7 @@ struct DiveList {
GtkWidget *tree_view;
GtkWidget *container_widget;
GtkListStore *model;
GtkTreeViewColumn *date, *depth, *duration;
};
extern int selected_dive;