summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-12-13 18:06:16 +0100
committerDave Davenport <qball@gmpclient.org>2016-12-13 18:06:16 +0100
commiteef6fa6f953cce0bf41d615128d33af8c17f7113 (patch)
treed54bf42b102ef451dfe3fd5f81d2aa49716f6fe1
parent9a3122572ea40a1e397e6f60e0019671bd38bb25 (diff)
Fix typo in widget class name.
-rw-r--r--source/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/view.c b/source/view.c
index 104dcdff..54d6db3b 100644
--- a/source/view.c
+++ b/source/view.c
@@ -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 );