mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add default filename and divelist font to prefs structure
.. and add the usual logic to not save the default values. This also simplifies the initial system-specific setup of both of these: since we have defaults for all the preferences that get set up at startup, we can just initialize those defaults to the system-specific fonts then and there. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
954290c70b
commit
6a10700ca5
11 changed files with 84 additions and 89 deletions
|
|
@ -2659,7 +2659,7 @@ GtkWidget *dive_list_create(void)
|
|||
);
|
||||
dive_list.model = dive_list.treemodel;
|
||||
dive_list.tree_view = gtk_tree_view_new_with_model(TREEMODEL(dive_list));
|
||||
set_divelist_font(divelist_font);
|
||||
set_divelist_font(prefs.divelist_font);
|
||||
|
||||
selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(dive_list.tree_view));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue