diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-28 05:59:15 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-28 05:59:15 +0000 |
commit | 8ffe4729c56d10b6d5b6a600d9da358a97b5a899 (patch) | |
tree | b5b4bc03ea35b01d7faf47c781ad409a331ed1ea /src/menuorg.cpp | |
parent | 8fba79abd2d27e87bc82a1dfa96edd40c7d1348e (diff) | |
download | vdr-plugin-menuorg-8ffe4729c56d10b6d5b6a600d9da358a97b5a899.tar.gz vdr-plugin-menuorg-8ffe4729c56d10b6d5b6a600d9da358a97b5a899.tar.bz2 |
nome renameing and add the menu setup osd to the main menu
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6096 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/menuorg.cpp')
-rw-r--r-- | src/menuorg.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/menuorg.cpp b/src/menuorg.cpp index ed6d169..f63c072 100644 --- a/src/menuorg.cpp +++ b/src/menuorg.cpp @@ -30,6 +30,7 @@ #include <getopt.h> #include "version.h" #include "menuorg.h" +#include "menusetup.h" #include "menuconfiguration.h" #include "mainmenuitemsprovider.h" #include "i18n.h" @@ -122,7 +123,7 @@ bool MenuOrgPlugin::Initialize(void) cOsdObject *MenuOrgPlugin::MainMenuAction(void) { // Perform the action when selected from the main VDR menu. - return NULL; + return new cMenuSetup(*_menuConfiguration, 1); } cMenuSetupPage *MenuOrgPlugin::SetupMenu(void) |