mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
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:
@@ -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);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user