summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-10 15:34:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-10 15:34:23 +0200
commitdeb96b372eabf2bc641c05e6beb20671d1047cc6 (patch)
tree75bd31a5c589afe4f4e04cb6be7c392e48ad379d /channels.h
parent360d8fe6b1faeea134f7a18d45ebbe69fd685be6 (diff)
downloadvdr-deb96b372eabf2bc641c05e6beb20671d1047cc6.tar.gz
vdr-deb96b372eabf2bc641c05e6beb20671d1047cc6.tar.bz2
The option "Setup/Miscellaneous/Show channel names with source" can now be set to "type" or "full"
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.h b/channels.h
index 478b3d64..1543f95b 100644
--- a/channels.h
+++ b/channels.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: channels.h 4.2 2015/08/17 09:39:48 kls Exp $
+ * $Id: channels.h 4.3 2017/06/10 15:06:40 kls Exp $
*/
#ifndef __CHANNELS_H
@@ -123,6 +123,7 @@ private:
bool groupSep;
int __EndData__;
mutable cString nameSource;
+ mutable int nameSourceMode;
mutable cString shortNameSource;
cString parameters;
mutable int modification;