mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
- infoviewer: rename text_cur_* => text_curr_*
Conflicts:
src/gui/infoviewer.cpp
Signed-off-by: Thilo Graf <dbt@novatux.de>
Some changes were required for this pick:
Same issues like here
6e3f7babf3
Build was broken because of item name setters had wrong object names.
This commit is contained in:
@@ -52,7 +52,7 @@ class CInfoViewer
|
||||
CInfoViewerBB* infoViewerBB;
|
||||
CComponentsFrmClock *clock;
|
||||
CComponentsShapeSquare *header , *numbox, *body, *rec;
|
||||
CComponentsTextTransp *txt_cur_start, *txt_cur_event, *txt_cur_rest, *txt_next_start, *txt_next_event, *txt_next_in;
|
||||
CComponentsTextTransp *txt_curr_start, *txt_curr_event, *txt_curr_rest, *txt_next_start, *txt_next_event, *txt_next_in;
|
||||
|
||||
bool gotTime;
|
||||
bool recordModeActive;
|
||||
|
Reference in New Issue
Block a user