From: Richard Kettlewell Date: Mon, 23 Nov 2009 14:59:21 +0000 (+0000) Subject: leave a TODO X-Git-Tag: 5.0.3~4^2~45^2~20 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/9a6e6a461d9e482bd9395d13efa2998726946c19?hp=f06a754c50af535b8f48b6f63350ed53b65bddbb leave a TODO --- 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 */