mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
gui/personalize.cpp: fix CPinSetupNotifier: return false, menu repaint not needed
Origin commit data
------------------
Commit: 404de5376b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-04 (Mon, 04 Nov 2013)
This commit is contained in:
@@ -974,5 +974,6 @@ bool CPinSetupNotifier::changeNotify(const neutrino_locale_t, void *)
|
|||||||
{
|
{
|
||||||
toDisable->setActive(g_settings.personalize[SNeutrinoSettings::P_MAIN_PINSTATUS]);
|
toDisable->setActive(g_settings.personalize[SNeutrinoSettings::P_MAIN_PINSTATUS]);
|
||||||
|
|
||||||
return g_settings.personalize[SNeutrinoSettings::P_MAIN_PINSTATUS];
|
// return g_settings.personalize[SNeutrinoSettings::P_MAIN_PINSTATUS];
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user