diff options
author | Andreas Obergrusberger <tradiaz@yahoo.de> | 2007-02-16 15:42:08 +0000 |
---|---|---|
committer | Andreas Obergrusberger <tradiaz@yahoo.de> | 2007-02-16 15:42:08 +0000 |
commit | ebdf8ae4bf442b994ba5dedf3efe22ffe8fc9aec (patch) | |
tree | f933858d5f7adbb49ed73e4be6d536eb3963906d /src/options.c | |
parent | 35c6c1651c0c5d67a5bbba8bf2b5726ba7721a5d (diff) | |
download | mpd-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.c | 2 |
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; } |