View | Details | Raw Unified | Return to bug 779048
Collapse All | Expand All

(-)a/src/splashy_video.c (-2 / +1 lines)
Lines 884-890 init_font () Link Here
884
884
885
        video.fontdesc.flags = DFDESC_HEIGHT;
885
        video.fontdesc.flags = DFDESC_HEIGHT;
886
886
887
        fontface = g_build_filename (splashy_get_config_string (SPL_THEMES_DIR), splashy_get_config_string ("/splashy/textbox/text/font/file"), NULL);
887
        fontface = g_build_filename (splashy_get_config_string (SPL_THEMES_DIR), splashy_get_config_string (SPL_CURRENT_THEME), splashy_get_config_string ("/splashy/textbox/text/font/file"), NULL);
888
        temp = splashy_get_config_int ("/splashy/textbox/text/font/height",
888
        temp = splashy_get_config_int ("/splashy/textbox/text/font/height",
889
                                       10);
889
                                       10);
890
890
891
- 

Return to bug 779048