diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-26 14:37:01 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-26 14:37:01 +0000 |
commit | 926b492183dd2b598587e962f952dabf9401f56c (patch) | |
tree | dbed3f72a727558e896b7991a83fadc46a7df023 /src/menuorg.cpp | |
parent | 7ee0187d94b02ed3ae0ddcf4999cf0487a2d9ad9 (diff) | |
download | vdr-plugin-menuorg-926b492183dd2b598587e962f952dabf9401f56c.tar.gz vdr-plugin-menuorg-926b492183dd2b598587e962f952dabf9401f56c.tar.bz2 |
passing menu configuration to menusetup
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6005 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/menuorg.cpp')
-rw-r--r-- | src/menuorg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menuorg.cpp b/src/menuorg.cpp index d87fda0..ed6d169 100644 --- a/src/menuorg.cpp +++ b/src/menuorg.cpp @@ -128,7 +128,7 @@ cOsdObject *MenuOrgPlugin::MainMenuAction(void) cMenuSetupPage *MenuOrgPlugin::SetupMenu(void) { // Return a setup menu in case the plugin supports one. - return new PluginSetup(_customMenuShouldBeActive, _unconfiguredPluginsShouldBeIncluded); + return new PluginSetup(_customMenuShouldBeActive, _unconfiguredPluginsShouldBeIncluded, *_menuConfiguration); } bool MenuOrgPlugin::SetupParse(const char *Name, const char *Value) |