--- vdr-1.3.36/recording.c.org 2005-12-27 13:41:14.000000000 +0100 +++ vdr-1.3.36/recording.c 2005-12-27 13:57:21.000000000 +0100 @@ -160,7 +160,7 @@ } // Unable to free disk space, but there's nothing we can do about that... isyslog("...no old recording found, giving up"); - Interface->Confirm(tr("Low disk space!"), 30); + // Interface->Confirm(tr("Low disk space!"), 30); } LastFreeDiskCheck = time(NULL); }