chiark / gitweb /
leave a TODO
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 23 Nov 2009 14:59:21 +0000 (14:59 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 23 Nov 2009 14:59:21 +0000 (14:59 +0000)
disobedience/playlists.c

index f6659db676fad976882bd8dad2772986f4e6ab6b..6ba78bc99f297c95488f2241a9da46def58b4eaf 100644 (file)
@@ -506,6 +506,8 @@ static void playlist_picker_fill(const char attribute((unused)) *event,
     if(was_selected && !strcmp(was_selected, playlists[n]))
       gtk_tree_selection_select_iter(playlist_picker_selection, iter);
   }
+  /* TODO deselecting then reselecting the current playlist resets the playlist
+   * editor, which trashes the user's selection. */
 }
 
 /** @brief Called when the selection might have changed */