summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-17 13:55:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-17 13:55:54 +0100
commit484821fa0a86091cc7cc08f629a8ac98629b072f (patch)
treec054739a0322dc89918b20ba5ae0d45d1b45e36e
parentdc7c5464fc07b31b904ea8118f104a7cb289dd24 (diff)
downloadvdr-484821fa0a86091cc7cc08f629a8ac98629b072f.tar.gz
vdr-484821fa0a86091cc7cc08f629a8ac98629b072f.tar.bz2
Fixed a missing blank line
-rw-r--r--skinclassic.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/skinclassic.c b/skinclassic.c
index fc09bec7..1006671b 100644
--- a/skinclassic.c
+++ b/skinclassic.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: skinclassic.c 1.23 2008/02/17 13:34:29 kls Exp $
+ * $Id: skinclassic.c 1.24 2008/02/17 13:55:54 kls Exp $
*/
#include "skinclassic.h"
@@ -326,6 +326,7 @@ void cSkinClassicDisplayMenu::SetScrollbar(int Total, int Offset)
{
DrawScrollbar(Total, Offset, MaxItems(), y2, MaxItems() * lineHeight, Offset > 0, Offset + MaxItems() < Total);
}
+
void cSkinClassicDisplayMenu::SetEvent(const cEvent *Event)
{
if (!Event)