changeset 4538:04da24c63467

Automated merge with ssh://hg.atheme.org//hg/audacious
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 May 2008 22:47:49 +0300
parents 9fb29ee322d3 (current diff) b0def426de68 (diff)
children 8c2a166168dd
files TODO
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Sat May 10 22:45:04 2008 +0300
+++ b/TODO	Sat May 10 22:47:49 2008 +0300
@@ -53,7 +53,8 @@
   possible solutions?
   * mempools for playlist data? not sure if possible, the tuple heaps
     should then somehow be collected into pools...
-
+  * storing the playlist as a GtkTreeModel seems to be fairly fast (at least
+    in mudkip-player it is) --nenolod
 
 - playlist.c: racecondition in scanner thread vs. playlist manipulation
   (playlist_clear(), free, etc.)