fix sort of cutlist
[enigma2.git] / lib / gui / epositiongauge.h
index 0fa704c303418c27186acc88e1739cc4f98643ad..49ea3b3caa68684d7b4930212f7068b63689b19e 100644 (file)
@@ -43,7 +43,7 @@ private:
                
                bool operator < (const struct cueEntry &o) const
                {
-                       return what < o.what;
+                       return where < o.where;
                }
                cueEntry(const pts_t &where, unsigned int what) :
                        where(where), what(what)