mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
7bbdea19ed
commit
378ac0d44a
2 changed files with 4 additions and 3 deletions
|
@ -7,6 +7,7 @@ struct DiveList {
|
|||
GtkWidget *tree_view;
|
||||
GtkWidget *container_widget;
|
||||
GtkListStore *model;
|
||||
GtkTreeViewColumn *date, *depth, *duration;
|
||||
};
|
||||
|
||||
extern int selected_dive;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue