From 5bb65d9d4143f653e077da980960e9b164be5ee2 Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Mon, 13 Dec 2004 10:55:24 +0000 Subject: change to new config naming scheme CVS patchset: 7239 CVS date: 2004/12/13 10:55:24 --- src/input/input_dvb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index a30873cde..43daa0aad 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -2415,7 +2415,7 @@ static int dvb_plugin_open(input_plugin_t * this_gen) xine_cfg_entry_t adapter; xine_cfg_entry_t lastchannel; - xine_config_lookup_entry(this->stream->xine, "input.dvb_adapternum", &adapter); + xine_config_lookup_entry(this->stream->xine, "media.dvb.adapter", &adapter); if (!(tuner = tuner_init(this->class->xine,adapter.num_value))) { xprintf(this->class->xine, XINE_VERBOSITY_LOG, _("input_dvb: cannot open dvb device\n")); @@ -2914,7 +2914,7 @@ static void *init_class (xine_t *xine, void *data) { 15, NULL, NULL); - config->register_num(config, "input.dvb_adapternum", + config->register_num(config, "media.dvb.adapter", 0, _("Number of dvb card to use."), _("Leave this at zero unless you " -- cgit v1.2.3