diff options
Diffstat (limited to 'epgsearchext.h')
-rw-r--r-- | epgsearchext.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epgsearchext.h b/epgsearchext.h index 6d0929e..dda5e15 100644 --- a/epgsearchext.h +++ b/epgsearchext.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2004-2008 Christian Wieninger +Copyright (C) 2004-2009 Christian Wieninger This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -49,7 +49,8 @@ typedef enum { searchTimerActionRecord=0, searchTimerActionAnnounceOnly, - searchTimerActionSwitchOnly + searchTimerActionSwitchOnly, + searchTimerActionAnnounceAndSwitch } searchTimerAction; class cSearchExt; |