Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37756115
en ru br
ALT Linux repos
S:2.2.0-alt12
D:1.6.0-alt1
3.0: 1.3.15-alt1

Group :: Video
RPM: vdr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: patch-keymacros-for-hidden-plugins.diff
Download


diff -ru menu.c.sav menu.c
--- menu.c.sav	Tue Feb 10 12:54:38 2004
+++ menu.c	Thu Mar 11 18:42:53 2004
@@ -3117,6 +3213,8 @@
       cPlugin *p = cPluginManager::GetPlugin(i);
       if (p) {
          const char *item = p->MainMenuEntry();
+	 if (!item && Plugin && strcmp(Plugin, p->Name()) == 0)
+	   item = p->Name();
          if (item)
             Add(new cMenuPluginItem(hk(item), i), Plugin && strcmp(Plugin, p->Name()) == 0);
          }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin