summaryrefslogtreecommitdiff
path: root/searchtimer_thread.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2009-05-08 19:50:38 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2009-05-08 19:50:38 +0200
commitc538fe29b1460f9fa8062b9b075e19b11833e3db (patch)
tree4d83c664796fe1b0f807dd3c6f0faf47c0133718 /searchtimer_thread.c
parent04d95f8a176d098d2cb2b27441a533eb88695151 (diff)
downloadvdr-plugin-epgsearch-c538fe29b1460f9fa8062b9b075e19b11833e3db.tar.gz
vdr-plugin-epgsearch-c538fe29b1460f9fa8062b9b075e19b11833e3db.tar.bz2
fixed a bug in search timer announcements concerning the display of the corresponding search timer
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r--searchtimer_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c
index 82a1119..57d69e9 100644
--- a/searchtimer_thread.c
+++ b/searchtimer_thread.c
@@ -417,7 +417,7 @@ void cSearchTimerThread::Action(void)
continue;
}
if (!announceList.Lookup(pEvent))
- announceList.Add(new cSearchResult(pEvent, searchExt));
+ announceList.Add(new cSearchResult(pEvent, searchExt->ID));
if (Summary) free(Summary);
delete timer;