summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-10-25 16:38:51 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-10-25 16:38:51 +0000
commitb9542da7561744534b482deae6f087ac020935cb (patch)
tree0ed1ce9d7101f5c17d5a2cf79194a6238e3b08b8 /timers.h
parent3e27a5e446e94a306569a9116e0d5eaa0f3f6b04 (diff)
downloadvdr-plugin-live-b9542da7561744534b482deae6f087ac020935cb.tar.gz
vdr-plugin-live-b9542da7561744534b482deae6f087ac020935cb.tar.bz2
- additional timer info in popup menu in timers menu
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.h b/timers.h
index c4bf7f3..f03ddc5 100644
--- a/timers.h
+++ b/timers.h
@@ -20,8 +20,8 @@ public:
cTimer* GetByTimerId( std::string const& timerid );
bool Modified() { return Timers.Modified( m_state ); }
-
static std::string GetTimerDays(cTimer const& timer);
+ static std::string GetTimerInfo(cTimer const& timer);
private:
SortedTimers();