mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
Merge branch 'check/next' into master
Conflicts:
data/locale/english.locale
src/neutrino.cpp
src/system/setting_helpers.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8048673dec
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1494,12 +1494,12 @@ void CInfoViewer::display_Info(const char *current, const char *next,
|
||||
|
||||
pb_starty = CurrInfoY - ((pb_h * 2) + (pb_h / 6)) ;
|
||||
pb_h = (pb_h/3);
|
||||
pb_color = COL_INFOBAR_SHADOW_PLUS_0;
|
||||
pb_color = 0;
|
||||
break;
|
||||
case 2:
|
||||
pb_starty = CurrInfoY - ((pb_h * 2) + (pb_h / 5)) ;
|
||||
pb_h = (pb_h/5);
|
||||
pb_color = COL_INFOBAR_SHADOW_PLUS_0;
|
||||
pb_color = 0;
|
||||
break;
|
||||
case 3:
|
||||
pb_starty = CurrInfoY + ((pb_h / 3)-(pb_h/5)) ;
|
||||
|
Reference in New Issue
Block a user