src/gui/eventlist.cpp restore channel name after call search if not used

This commit is contained in:
Jacek Jendrzej
2016-06-01 15:41:08 +02:00
parent 30a3093d9f
commit be2417068e
2 changed files with 12 additions and 13 deletions

View File

@@ -79,7 +79,7 @@ class CEventList : public CListHelpers
event_id_t oldEventID;
bool bgRightBoxPaint;
bool findEvents(void);
bool findEvents(t_channel_id channel_id, std::string channelname);
// Eventfinder end
CFrameBuffer *frameBuffer;