summaryrefslogtreecommitdiff
path: root/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'recording.c')
-rw-r--r--recording.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/recording.c b/recording.c
index 73625498..61098095 100644
--- a/recording.c
+++ b/recording.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.c 1.126 2005/12/18 12:06:36 kls Exp $
+ * $Id: recording.c 1.127 2005/12/18 12:37:10 kls Exp $
*/
#include "recording.h"
@@ -144,7 +144,7 @@ void AssertFreeDiskSpace(int Priority)
}
// 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);
+ Skins.QueueMessage(mtWarning, tr("Low disk space!"), 5, -1);
}
LastFreeDiskCheck = time(NULL);
}