summaryrefslogtreecommitdiffstats
path: root/statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'statistics.c')
-rw-r--r--statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/statistics.c b/statistics.c
index b4427918d..dc2304ec5 100644
--- a/statistics.c
+++ b/statistics.c
@@ -154,7 +154,7 @@ static void init_tree()
GtkTreeViewColumn *column;
GtkTreeStore *store;
int i;
- PangoFontDescription *font_desc = pango_font_description_from_string(divelist_font);
+ PangoFontDescription *font_desc = pango_font_description_from_string(prefs.divelist_font);
gtk_widget_modify_font(yearly_tree, font_desc);
pango_font_description_free(font_desc);