Fix typo in widget class name.

This commit is contained in:
Dave Davenport 2016-12-13 18:06:16 +01:00
parent 9a3122572e
commit eef6fa6f95
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ void __create_window ( MenuFlags menu_flags )
pango_cairo_font_map_set_resolution ( (PangoCairoFontMap *) font_map, (double) config.dpi );
}
// Setup font.
char *font = rofi_theme_get_string ("@widnow" , "window", NULL, "font" , config.menu_font );
char *font = rofi_theme_get_string ("@window" , "window", NULL, "font" , config.menu_font );
if ( font ) {
PangoFontDescription *pfd = pango_font_description_from_string ( font );
pango_context_set_font_description ( p, pfd );