Make templates work with --disable-x11
authorPavel Labath <pavelo@centrum.sk>
Tue, 2 Jun 2009 14:54:41 +0000 (16:54 +0200)
committerBrenden Matthews <brenden@rty.ca>
Tue, 2 Jun 2009 20:48:59 +0000 (14:48 -0600)
commit44ead331cd73de05e213af7a72d098d8016a6640
tree0871c5e4fefeec01bbe537fa9154684657549dd6
parent854082132324b51f32f56a16aa68f333a05daae4
Make templates work with --disable-x11

part of the template-handling code was in #ifdef X11, which caused conky to dump core when
compiled without x11.

as a bonus, I changed tests !=' ' to !isspace in two places as it was causing strange effects

Signed-off-by: Brenden Matthews <brenden@rty.ca>
src/conky.c