From 5a7a427e189eb15ca761eb7d3c8d22bad67e233f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 4 Jun 2012 12:43:57 +0200 Subject: 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3