From 9a6e6a461d9e482bd9395d13efa2998726946c19 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Mon, 23 Nov 2009 14:59:21 +0000 Subject: [PATCH] leave a TODO --- disobedience/playlists.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/disobedience/playlists.c b/disobedience/playlists.c index f6659db..6ba78bc 100644 --- a/disobedience/playlists.c +++ b/disobedience/playlists.c @@ -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 */ -- 2.11.0