timer: add name/description, factor out "parse from epg event", fix some cases where...
[enigma2.git] / lib / gui / elistbox.h
index 08f8003527f3ce5e515165549d13cfed84960fd4..0e185b44b8e28f08ab3608c658c75799e94b44b5 100644 (file)
@@ -97,7 +97,7 @@ public:
                /* entryChanged: the entry with the given index was changed and should be redrawn. */
        void entryChanged(int index);
                /* the complete list changed. you should not attemp to keep the current index. */
-       void entryReset();
+       void entryReset(bool cursorHome=true);
 
 protected:
        int event(int event, void *data=0, void *data2=0);