diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-04 12:43:57 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-06-04 12:43:57 +0200 |
commit | 5a7a427e189eb15ca761eb7d3c8d22bad67e233f (patch) | |
tree | 0ec0b06803c5bd60424db81dd61c6a9e56ea606e /configure.ac | |
parent | a4245a50902ee9b399c9aa726fb5281e2719fe57 (diff) | |
download | experiment-player-5a7a427e189eb15ca761eb7d3c8d22bad67e233f.tar.gz |
fixed and simplified handling of default config values
they must be set after loading a keyfile since when setting them before they are overwritten when a keyfile can be loaded even if they
don't exist in the keyfile
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a4a965f..6664eaf 100644 --- a/configure.ac +++ b/configure.ac @@ -228,8 +228,8 @@ AC_DEFINE(DEFAULT_FORMATS_DIR, ["."], [Default directory for selecting formats AC_DEFINE(EXPERIMENT_FORMATS_FILTER, ["*.fmt"], [Format file filter]) AC_DEFINE(DEFAULT_INTERACTIVE_FORMAT_FONT, ["bold"], [Default interactive format font description]) -AC_DEFINE(DEFAULT_INTERACTIVE_FORMAT_FGCOLOR, [NULL], [Default interactive format foreground color]) -AC_DEFINE(DEFAULT_INTERACTIVE_FORMAT_BGCOLOR, [NULL], [Default interactive format background color]) +### AC_DEFINE(DEFAULT_INTERACTIVE_FORMAT_FGCOLOR, ["white"], [Default interactive format foreground color]) +### AC_DEFINE(DEFAULT_INTERACTIVE_FORMAT_BGCOLOR, ["red"], [Default interactive format background color]) AC_CONFIG_FILES([Makefile lib/Makefile src/Makefile]) AC_CONFIG_FILES([lib/gtk-vlc-player/Makefile]) |