mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Version 1.3.3
This commit is contained in:
parent
fc47c35bea
commit
435a74d9cf
4
HISTORY
4
HISTORY
@ -278,3 +278,7 @@ Version 1.3.2
|
|||||||
- Add "Timer On/Off" to recmenu
|
- Add "Timer On/Off" to recmenu
|
||||||
- Wrap title in detailview header
|
- Wrap title in detailview header
|
||||||
- Optional deactivation of the timer confirmation messages
|
- Optional deactivation of the timer confirmation messages
|
||||||
|
|
||||||
|
Version 1.3.3
|
||||||
|
|
||||||
|
- Bugfix
|
||||||
|
@ -121,7 +121,7 @@ bool cRecMenuView::DisplayTimerConflict(int timerID) {
|
|||||||
cTVGuideTimerConflict *conflict = timerConflicts->GetCurrentConflict();
|
cTVGuideTimerConflict *conflict = timerConflicts->GetCurrentConflict();
|
||||||
if (!conflict)
|
if (!conflict)
|
||||||
return false;
|
return false;
|
||||||
// delete activeMenu;
|
delete activeMenu;
|
||||||
activeMenu = new cRecMenuTimerConflict(conflict, rmsIgnoreTimerConflict);
|
activeMenu = new cRecMenuTimerConflict(conflict, rmsIgnoreTimerConflict);
|
||||||
activeMenu->Display();
|
activeMenu->Display();
|
||||||
return true;
|
return true;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#error "VDR-2.0.0 API version or greater is required!"
|
#error "VDR-2.0.0 API version or greater is required!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static const char *VERSION = "1.3.2";
|
static const char *VERSION = "1.3.3";
|
||||||
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
|
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
|
||||||
static const char *MAINMENUENTRY = "Tvguide";
|
static const char *MAINMENUENTRY = "Tvguide";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user