Code

options: disable the status bar clock by default
authorMax Kellermann <max@duempel.org>
Sun, 4 Oct 2009 16:41:14 +0000 (18:41 +0200)
committerMax Kellermann <max@duempel.org>
Sun, 4 Oct 2009 16:41:14 +0000 (18:41 +0200)
NEWS
src/options.c

diff --git a/NEWS b/NEWS
index a20eb42a4795ddadba414109538665fa1a86047e..690f354c9d9bafd27e41b2233a2dd40ad8653ce6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ ncmpc 0.16 - not yet released
 * handle stderr messages from lyrics plugins
 * search: eliminate duplicate results
 * use the "idle" command to reduce CPU and network usage
+* disable the status bar clock by default
 
 
 ncmpc 0.15 - 2009-09-24
index 9715daf96d0a6bc3baa06fc162008532c7c26251..9cf0fa99fc37b6951a594a84ed39ad5dd11ef84b 100644 (file)
@@ -64,7 +64,6 @@ options_t options = {
 #ifndef NCMPC_MINI
        .scroll = DEFAULT_SCROLL,
        .welcome_screen_list = true,
-       .display_time = true,
        .jump_prefix_only = true,
 #endif
 };