Don't remove whitespace from lines in config file.
authorDaniel Carl <danielcarl@gmx.de>
Thu, 3 Oct 2013 18:11:57 +0000 (20:11 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Thu, 3 Oct 2013 18:11:57 +0000 (20:11 +0200)
commit5c6b54dded4a4bcfb7248e80fe5311ca4c4d0eef
tree49e30c90a49b76790d0f8b5ef72ea1c623ba4a17
parent6ae1f47d8eab6229c96f4ff0ec2a51b83aa1ab75
Don't remove whitespace from lines in config file.

g_strstrip() removes leading and trailing whitespace from the lines in the
config file. This behaviour is not desiderable for lines that use the input
command.

Thanks Leonardo Taccari for this patch.
src/main.c