TinyTagEditor shouldn't return ptr to its List

this is for searching, searching in tiny tag editor is useless.
This commit is contained in:
Andrzej Rybczak
2009-02-17 19:23:58 +01:00
parent 5d2daab416
commit 330fdb4759

View File

@@ -46,7 +46,7 @@ class TinyTagEditor : public Screen< Menu<Buffer> >
virtual bool allowsSelection() { return false; }
virtual List *GetList() { return w; }
virtual List *GetList() { return 0; }
bool SetEdited(MPD::Song *);