Fix the check when adding a new variable to the config parser, and NULL pointers...
authorDana Jansens <danakj@orodu.net>
Mon, 8 Aug 2011 18:17:24 +0000 (14:17 -0400)
committerDana Jansens <danakj@orodu.net>
Mon, 8 Aug 2011 19:15:31 +0000 (15:15 -0400)
commit0795af10e2441acc936551074e5cb76755557a43
tree6633a803a9bc3eaf8ca1e372bbe6d35d2774fc3c
parent861f2e5e1777b3326d59ed8481606bed742636fb
Fix the check when adding a new variable to the config parser, and NULL pointers in the ConfigParser.

- was checking if it didn't exist instead of looking for a duplicate
openbox/config_parser.c