mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
- infoviewer: rename txt_cur_event_rest => txt_cur_rest
Conflicts: src/gui/infoviewer.cpp Signed-off-by: Thilo Graf <dbt@novatux.de> Some changes were required for this pick: 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_event_rest, *txt_next_start, *txt_next_event, *txt_next_in;
|
||||
CComponentsTextTransp *txt_cur_start, *txt_cur_event, *txt_cur_rest, *txt_next_start, *txt_next_event, *txt_next_in;
|
||||
|
||||
bool gotTime;
|
||||
bool recordModeActive;
|
||||
|
Reference in New Issue
Block a user