[ANNOUNCE] vdr-menuorg 0.5.0

Message ID 51458E73.602@flensrocker.de
State New
Headers

Commit Message

L. Hanisch March 17, 2013, 9:35 a.m. UTC
  Hi,

Am 16.03.2013 18:41, schrieb Tobi:
> I wanted to completely drop this plugin, but it seems, some folks really
> like it.

 Yes! :)

> Maybe Klaus can add this feature in 2.1+.

 I hope so, too.

> I've basically only updated the Makefile and the patch for VDR 1.7.40.

 While upgrading our yavdr-package I found a patch in our repository:

====================

 Seems to be important, but I don't know the reason anymore, why I added it...
 Can you have a look on it?

Thanks,
Lars.

> 
> As always: Any help is welcome!
> 
> Development site:
>   http://projects.vdr-developer.org/projects/plg-menuorg
> 
> Downloads:
>   http://projects.vdr-developer.org/projects/plg-menuorg/files
> 
> Git-Web:
>   http://projects.vdr-developer.org/git/vdr-plugin-menuorg.git/
> 
> Anonymous Git-access :
>   git://projects.vdr-developer.org/vdr-plugin-menuorg.git
> 
> 
> This is intended to be a community maintained project! Any help and
> patches are always welcome!
> 
> Please report bugs, ideas or feature requests to the project site (no
> registration required for this!). If you want to contribute patches, new
> features or whatever, post an issue or patch to the projects issue tracker
> or request to join the project. I would happily add everyone as a project
> member, who would like to contribute to the project!
> 
> Tobias
> 
> _______________________________________________
> vdr mailing list
> vdr@linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
>
  

Patch

====================
--- a/src/MenuOrgPlugin.cpp
+++ b/src/MenuOrgPlugin.cpp
@@ -45,6 +45,7 @@ 
     // VDR OBJECTS TO EXIST OR PRODUCE ANY OUTPUT!

     _subMenuProvider = NULL;
+    _menuConfigurationRepository = NULL;
 }

 MenuOrgPlugin::~MenuOrgPlugin()