summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f45df1)
raw | patch | inline | side by side (parent: 7f45df1)
author | Andreas Obergrusberger <tradiaz@yahoo.de> | |
Fri, 8 Sep 2006 14:58:33 +0000 (14:58 +0000) | ||
committer | Andreas Obergrusberger <tradiaz@yahoo.de> | |
Fri, 8 Sep 2006 14:58:33 +0000 (14:58 +0000) |
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4744 09075e82-0dd4-0310-85a5-a0d7c8717e4f
src/options.c | patch | blob | history |
diff --git a/src/options.c b/src/options.c
index a9a1f1f36843a95126ead26223897036d1c91a32..f9bfcdd696cdf7b4b0f3ec82d7501b059bc092f1 100644 (file)
--- a/src/options.c
+++ b/src/options.c
options.screen_list = g_strsplit_set(DEFAULT_SCREEN_LIST, " ", 0);
options.timedisplay_type = DEFAULT_TIMEDISPLAY_TYPE;
options.lyrics_timeout = DEFAULT_LYRICS_TIMEOUT;
- options.show_splash = TRUE;
+ options.show_splash = FALSE;
return &options;
}