From: Andre Noll Date: Wed, 31 Oct 2007 14:22:24 +0000 (+0100) Subject: Increase default wake time from 8 to 9 hours. X-Git-Tag: v0.3.0~159 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=b93ad3e1c6c4a2a757559cb068f4736464e4e551 Increase default wake time from 8 to 9 hours. --- diff --git a/fade.c b/fade.c index faf9b59a..f269f029 100644 --- a/fade.c +++ b/fade.c @@ -205,7 +205,7 @@ static void sweet_dreams(void) tm->tm_min = min; tm->tm_sec = 0; } else { - t1 += 8 * 60 * 60; + t1 += 9 * 60 * 60; /* nine hours from now */ PARA_INFO_LOG("default wake time: %lu\n", t1); tm = localtime(&t1); } diff --git a/fade.ggo b/fade.ggo index 240689e1..814a656f 100644 --- a/fade.ggo +++ b/fade.ggo @@ -67,7 +67,7 @@ playing if unset." option "wake_hour" H #~~~~~~~~~~~~~~~~~~~ - "(0-23) (default: now + 8 hours)" + "(0-23) (default: now + 9 hours)" int typestr="hour" optional