From 1673b0950c00f7fb6ae9151c22e92ee943185592 Mon Sep 17 00:00:00 2001 From: okan Date: Mon, 4 May 2009 19:13:33 +0000 Subject: no need to use the global here. ok todd@ oga@ --- conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 940d7ce..ac4097f 100644 --- a/conf.c +++ b/conf.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: conf.c,v 1.57 2009/02/07 21:07:00 martynas Exp $ + * $Id: conf.c,v 1.58 2009/05/04 19:13:33 okan Exp $ */ #include "headers.h" @@ -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; } -- cgit v1.2.3-2-gb3c3