pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44e372b
)
removed artifact from wmii menu
author
Anselm R Garbe
<garbeam@gmail.com>
Sat, 23 Aug 2008 08:33:56 +0000
(09:33 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Sat, 23 Aug 2008 08:33:56 +0000
(09:33 +0100)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index
463f929
..
d0c63db
100644
(file)
--- 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);