From 2a4b3d15cfc26aa3d4273308ed655c2888b58350 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Oct 2009 18:41:14 +0200 Subject: [PATCH] options: disable the status bar clock by default --- NEWS | 1 + src/options.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a20eb42..690f354 100644 --- 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 diff --git a/src/options.c b/src/options.c index 9715daf..9cf0fa9 100644 --- a/src/options.c +++ b/src/options.c @@ -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 }; -- 2.30.2