#!/bin/sh /usr/share/dpatch/dpatch-run ## mailbox-1.3.18 patch by Thomas Günther ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Changes for VDR >= 1.3.18. @DPATCH@ --- mailbox-0.3.0/AxMenuMailListView.cpp +++ mailbox-0.3.0/AxMenuMailListView.cpp @@ -581,7 +581,11 @@ , myMailBox->getCountMails() , tr("New") , myMailBox->getCountUnseen() +#if VDRVERSNUM >= 10318 + , *DayDateTime(time(NULL)) +#else , DayDateTime(time(NULL)) +#endif ); // set the title in the osd (which will not be updated immediately