forked from speed-dreams/speed-dreams-code
fix last commit
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7117 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 974df6a336a73ae667338a82bab59703135bcc3b Former-commit-id: d5f48d9fdd846087427ac9ac9bc3c8ff7e4aae9d
This commit is contained in:
parent
a383da4bf9
commit
d47aa1608e
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void NotificationManager::updateStatus(){
|
|||
this->screenHandle = GfuiGetScreen();
|
||||
|
||||
//get the ui descriptor
|
||||
if (this->menuXMLDescHdle)
|
||||
if (!this->menuXMLDescHdle)
|
||||
this->menuXMLDescHdle = GfuiMenuLoad("notifications.xml");
|
||||
|
||||
//if we are doing nothing and we have some message to display: let's do it
|
||||
|
|
Loading…
Reference in a new issue