mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
Remove old DBox2 identifier (patch by svenhoefer)
- Renaming NEUTRINO_ICON_BUTTON_DBOX* to NEUTRINO_ICON_BUTTON_MENU*
- Changed menu icons
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1839 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: fa2f642e4f
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2011-11-07 (Mon, 07 Nov 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1019,7 +1019,7 @@ void CUpnpBrowserGui::paintDevice()
|
||||
ypos = m_y + m_title_height;
|
||||
if (m_theight > 26)
|
||||
ypos = (m_theight - 26) / 2 + m_y + m_title_height;
|
||||
m_frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_DBOX, m_x + m_width - 30, ypos);
|
||||
m_frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_MENU, m_x + m_width - 30, ypos);
|
||||
#if 0
|
||||
if ( CNeutrinoApp::getInstance()->isMuted() )
|
||||
{
|
||||
@@ -1141,7 +1141,7 @@ void CUpnpBrowserGui::paintItem(std::vector<UPnPEntry> *entry, unsigned int sele
|
||||
ypos = m_y + m_title_height;
|
||||
if (m_theight > 26)
|
||||
ypos = (m_theight - 26) / 2 + m_y + m_title_height;
|
||||
m_frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_DBOX, m_x + m_width - 30, ypos);
|
||||
m_frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_MENU, m_x + m_width - 30, ypos);
|
||||
#if 0
|
||||
if ( CNeutrinoApp::getInstance()->isMuted() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user