summaryrefslogtreecommitdiff
path: root/displaymenu.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-08-20 14:39:20 +0200
committerMartin Schirrmacher <vdr.skinflat@schirrmacher.eu>2013-08-20 14:39:20 +0200
commitfc3fc244031b137162b3c4467f84e7d5585197c2 (patch)
tree136fcd33d2987706a6f2d1f2ed7179b8f24872a2 /displaymenu.h
parent85e4985984c836c5800b7d548ec3ed84d523eb38 (diff)
downloadskin-flat-fc3fc244031b137162b3c4467f84e7d5585197c2.tar.gz
skin-flat-fc3fc244031b137162b3c4467f84e7d5585197c2.tar.bz2
small fix for diskusage
Diffstat (limited to 'displaymenu.h')
-rw-r--r--displaymenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/displaymenu.h b/displaymenu.h
index 77ab33b..cae4994 100644
--- a/displaymenu.h
+++ b/displaymenu.h
@@ -9,7 +9,7 @@ class cFlatDisplayMenu : public cFlatBaseRender, public cSkinDisplayMenu {
int menuWidth;
eMenuCategory menuCategory;
- int VideoDiskUsageState = -1;
+ int VideoDiskUsageState;
int contentTop;