user_menu: personalize also yellow and green buttons

Origin commit data
------------------
Branch: ni/coolstream
Commit: 12e778773b
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-08-28 (Tue, 28 Aug 2012)

Origin message was:
------------------
*user_menu: personalize also yellow and green buttons

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-08-28 19:36:08 +02:00
parent 1058407ecb
commit 8ea7aa2f87
5 changed files with 55 additions and 12 deletions

View File

@@ -68,9 +68,12 @@ extern CPlugins * g_PluginList; /* neutrino.cpp */
class CUserMenuNotifier : public CChangeObserver
{
private:
CMenuItem* toDisable[2];
CMenuItem* toDisable[4];
public:
CUserMenuNotifier( CMenuItem*, CMenuItem*);
CUserMenuNotifier( CMenuItem*, CMenuItem*, CMenuItem*, CMenuItem*);
bool changeNotify(const neutrino_locale_t = NONEXISTANT_LOCALE, void *data = NULL);
};