diff options
Diffstat (limited to 'statistics.c')
-rw-r--r-- | statistics.c | 2 |
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); |