aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.c
diff options
context:
space:
mode:
authorAndreas Obergrusberger <tradiaz@yahoo.de>2007-02-16 15:42:08 +0000
committerAndreas Obergrusberger <tradiaz@yahoo.de>2007-02-16 15:42:08 +0000
commitebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec (patch)
treef933858d5f7adbb49ed73e4be6d536eb3963906d /src/options.c
parent35c6c1651c0c5d67a5bbba8bf2b5726ba7721a5d (diff)
downloadmpd-ebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec.tar.gz
mpd-ebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec.tar.xz
mpd-ebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec.zip
way too much stuff to describe here
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c
index f9bfcdd69..fbf079af7 100644
--- a/src/options.c
+++ b/src/options.c
@@ -375,6 +375,8 @@ options_init( void )
options.timedisplay_type = DEFAULT_TIMEDISPLAY_TYPE;
options.lyrics_timeout = DEFAULT_LYRICS_TIMEOUT;
options.show_splash = FALSE;
+ options.scroll = DEFAULT_SCROLL;
+ options.scroll_sep = g_strdup(DEFAULT_SCROLL_SEP);
return &options;
}