summaryrefslogtreecommitdiff
path: root/epgsearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch.c')
-rw-r--r--epgsearch.c9
1 files changed, 5 insertions, 4 deletions
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);