summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lampard <mlampard@users.sourceforge.net>2004-12-07 11:13:35 +0000
committerMike Lampard <mlampard@users.sourceforge.net>2004-12-07 11:13:35 +0000
commitf6c4774eca9dda5a48e5a98da4aea2f868007835 (patch)
treecb9865c7ef3d6306867c014df2412626b21695c5
parenta3c8b1020f0669750d83ca8fe3a6480b77e920cb (diff)
downloadxine-lib-f6c4774eca9dda5a48e5a98da4aea2f868007835.tar.gz
xine-lib-f6c4774eca9dda5a48e5a98da4aea2f868007835.tar.bz2
remove legacy dvbdisplaychan config option. disable left click->EPG, as it
is a little to obtrusive, the EPG is still not stable for some people. CVS patchset: 7199 CVS date: 2004/12/07 11:13:35
-rw-r--r--src/input/input_dvb.c15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c
index 9c3e75a77..eaf9fc5d0 100644
--- a/src/input/input_dvb.c
+++ b/src/input/input_dvb.c
@@ -1647,9 +1647,12 @@ static void dvb_event_handler (dvb_input_plugin_t *this) {
if (channel_menu_visible) {
channel_menu_visible = 0;
switch_channel (this);
- } else {
+ }
+#if 0 /* disable mouse left click -> EPG for now. */
+ else {
show_eit(this);
}
+#endif
break;
case MOUSE_WHEEL_UP:
@@ -2499,16 +2502,6 @@ static void *init_class (xine_t *xine, void *data) {
xprintf(this->xine,XINE_VERBOSITY_DEBUG,"init class succeeded\n");
-
- /* dislay channel name in top left of display */
- config->register_bool(config, "input.dvbdisplaychan",
- 0,
- _("display DVB channel name"),
- _("This will display the current "
- "channel name in xine's on-screen-display. "
- "Menu button 7 will disable this temporarily."),
- 0, NULL, NULL);
-
/* Enable remembering of last watched channel */
config->register_bool(config, "input.dvb_last_channel_enable",
1,