From 027f859c2c3ddbe3906d98599f8d1e2d18ecbe39 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sat, 22 Mar 2008 13:31:47 +0100 Subject: support for [epgsearchcats] in conf.d and small fixes --- epgsearch.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'epgsearch.c') diff --git a/epgsearch.c b/epgsearch.c index 84fa052..f942a6f 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -437,6 +437,11 @@ bool cPluginEpgsearch::Start(void) gl_timerStatusMonitor = new cTimerStatusMonitor; SearchExtCats.Load(AddDirectory(CONFIGDIR, "epgsearchcats.conf"), true); + + LoadMenuTemplates(); + LoadUserVars(); + LoadConfD(); + ChannelGroups.Load(AddDirectory(CONFIGDIR, "epgsearchchangrps.conf"), true); Blacklists.Load(AddDirectory(CONFIGDIR, "epgsearchblacklists.conf")); SearchExts.Load(AddDirectory(CONFIGDIR, "epgsearch.conf")); @@ -447,10 +452,6 @@ bool cPluginEpgsearch::Start(void) DefTimerCheckModes.Load(AddDirectory(CONFIGDIR, "deftimerchkmodes.conf")); TimersDone.Load(AddDirectory(CONFIGDIR, "timersdone.conf")); - LoadMenuTemplates(); - LoadUserVars(); - LoadConfD(); - cSearchTimerThread::Init(this); cSwitchTimerThread::Init(); cConflictCheckThread::Init(this); -- cgit v1.2.3