summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2009-05-04 19:13:33 +0000
committerokan <okan>2009-05-04 19:13:33 +0000
commit64f0038db757b05cb4eaf0bfd616af280b24358e (patch)
tree06e18d12da4e0f9cf647dfb44aee77b14d9c0170
parent4f34392258aba07d511ace70e5c516a6f0dfe282 (diff)
downloadcwm-64f0038db757b05cb4eaf0bfd616af280b24358e.tar.gz
cwm-64f0038db757b05cb4eaf0bfd616af280b24358e.tar.xz
cwm-64f0038db757b05cb4eaf0bfd616af280b24358e.zip
no need to use the global here.
ok todd@ oga@
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index ee4db7f..0e1d4e3 100644
--- a/conf.c
+++ b/conf.c
@@ -57,7 +57,7 @@ conf_font(struct conf *c)
 
 	sc = screen_current();
 
-	c->DefaultFont = font_make(sc, Conf.DefaultFontName);
+	c->DefaultFont = font_make(sc, c->DefaultFontName);
 	c->FontHeight = font_ascent() + font_descent() + 1;
 }