dmenu

my fork of dmenu
Index Commits Files Refs README LICENSE
commit c24f22a36bb986287f2b53116dff6479c434bc7d
parent 44e372bb31407f896a75d921cf97a29b4d84a4d8
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Sat, 23 Aug 2008 09:33:56 +0100

removed artifact from wmii menu
Diffstat:
Mdmenu.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/dmenu.c b/dmenu.c
@@ -280,8 +280,6 @@ initfont(const char *fontstr) {
     if(!fontstr || fontstr[0] == '\0')
         eprint("error, cannot load font: '%s'\n", fontstr);
     missing = NULL;
-    if(dc.font.set)
-        XFreeFontSet(dpy, dc.font.set);
     dc.font.set = XCreateFontSet(dpy, fontstr, &missing, &n, &def);
     if(missing)
         XFreeStringList(missing);