From b5e3cdbe512264c453033c02a088bbd72c50bf32 Mon Sep 17 00:00:00 2001 From: oga Date: Fri, 11 Dec 2009 17:51:42 +0000 Subject: Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec says that a pager can change the property at any time (most need a clientmessage). So deal with property updates. Needed to shuffle some of the other code around since we can't just use shortcut_to_name[] everywhere now. ok okan@ --- conf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index b07a3de..cc3a03e 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.72 2009/12/08 16:52:17 okan Exp $ + * $Id: conf.c,v 1.73 2009/12/11 17:51:42 oga Exp $ */ #include "headers.h" @@ -225,7 +225,6 @@ conf_clear(struct conf *c) xfree(ag->class); if (ag->name) xfree(ag->name); - xfree(ag->group); xfree(ag); } -- cgit v1.2.3-2-gb3c3