*user_menu: personalize also yellow and green buttons

This commit is contained in:
2012-08-28 19:36:08 +02:00
parent 69c22d1594
commit 12e778773b
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);
};