all repos — dmenu @ c24f22a36bb986287f2b53116dff6479c434bc7d

my build of dmenu

removed artifact from wmii menu
Anselm R Garbe garbeam@gmail.com
Sat, 23 Aug 2008 09:33:56 +0100
commit

c24f22a36bb986287f2b53116dff6479c434bc7d

parent

44e372bb31407f896a75d921cf97a29b4d84a4d8

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M dmenu.cdmenu.c

@@ -280,8 +280,6 @@

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);