summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/menu.h b/menu.h
index 93d44db..b6957f9 100644
--- a/menu.h
+++ b/menu.h
@@ -319,6 +319,8 @@ class cEpgMenuTextItem : public cOsdItem
cEpgMenuTextItem(const char* aId, const char* text)
{
+ row = 0;
+ id = na;
cid = strdup(aId);
SetText(text);
}