chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06a754
)
leave a TODO
author
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 23 Nov 2009 14:59:21 +0000
(14:59 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 23 Nov 2009 14:59:21 +0000
(14:59 +0000)
disobedience/playlists.c
patch
|
blob
|
blame
|
history
diff --git
a/disobedience/playlists.c
b/disobedience/playlists.c
index f6659db676fad976882bd8dad2772986f4e6ab6b..6ba78bc99f297c95488f2241a9da46def58b4eaf 100644
(file)
--- 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 */