[hackers] [dmenu] removed artifact from wmii menu || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Sat, 23 Aug 2008 08:34:00 +0000 (UTC)

changeset: 277:f6c28c0d03c5
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Sat Aug 23 09:33:56 2008 +0100
files: dmenu.c
description:
removed artifact from wmii menu

diff -r ff9c781ca7d9 -r f6c28c0d03c5 dmenu.c
--- a/dmenu.c Mon Aug 18 19:24:29 2008 +0100
+++ b/dmenu.c Sat Aug 23 09:33:56 2008 +0100
@@ -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);
Received on Sat Aug 23 2008 - 08:34:00 UTC

This archive was generated by hypermail 2.2.0 : Sat Aug 23 2008 - 08:36:09 UTC