]> git.tdb.fi Git - ext/subsurface.git/commit
Store options in gconf
authorDirk Hohndel <dirk@hohndel.org>
Tue, 27 Sep 2011 17:46:59 +0000 (10:46 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Tue, 27 Sep 2011 17:47:28 +0000 (10:47 -0700)
commitf3134cbb8995267e6a18b9564f3022e7fe7314a9
treeff45589788ae5aee7684c06d222462264b6c4304
parent0aad4d6094173fd3c10e435be05bde541062232d
Store options in gconf

While it's not the most elegant way to do this I opted to store the
options with "inverted polarity" - i.e., the options that are supposed to
default to "True" are stored inverted since gconf reports an unset option
(first time the user runs the program) as "False".

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
gtk-gui.c