InfoClock: Fix display clock in movie browser, file browser etc.

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7466d6f19c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-11-22 (Fri, 22 Nov 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-11-22 08:52:08 +01:00
parent 7f2097f657
commit a6137cadce
10 changed files with 57 additions and 40 deletions

View File

@@ -51,6 +51,7 @@
#include <gui/audiomute.h>
#include <gui/color.h>
#include <gui/infoclock.h>
#include <gui/movieplayer.h>
#include <gui/components/cc.h>
@@ -66,6 +67,7 @@
extern cVideo * videoDecoder;
extern CPictureViewer * g_PicViewer;
extern CInfoClock *InfoClock;
const struct button_label RescanButton = {NEUTRINO_ICON_BUTTON_BLUE , LOCALE_UPNPBROWSER_RESCAN};
const struct button_label BrowseButtons[4] =
@@ -453,6 +455,7 @@ void CUpnpBrowserGui::selectDevice()
return;
CAudioMute::getInstance()->enableMuteIcon(false);
InfoClock->enableInfoClock(false);
while (loop)
{
@@ -542,6 +545,7 @@ printf("msg: %x\n", (int) msg);
}
}
CAudioMute::getInstance()->enableMuteIcon(true);
InfoClock->enableInfoClock(true);
}
void CUpnpBrowserGui::playnext(void)