summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muggle.doxygen2
-rw-r--r--vdr_menu.c8
2 files changed, 5 insertions, 5 deletions
diff --git a/muggle.doxygen b/muggle.doxygen
index ffac9c2..8703db4 100644
--- a/muggle.doxygen
+++ b/muggle.doxygen
@@ -361,7 +361,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = README
+INPUT = README TODO .
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
diff --git a/vdr_menu.c b/vdr_menu.c
index a680f9f..810c106 100644
--- a/vdr_menu.c
+++ b/vdr_menu.c
@@ -227,10 +227,10 @@ eOSState mgMainMenu::ProcessKey(eKeys key)
}
else
{
- // Back pressed on root level... Go back to Main VDR menu
-
- // state = osBack;
- state = osContinue;
+ // Back pressed on root level... Go back to Main VDR menu
+ state = osBack;
+
+ // state = osContinue;
}
}
}