chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
10921eb
)
Allow tracks to be played off the recent list
author
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 23 Jun 2008 22:34:36 +0000
(23:34 +0100)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Mon, 23 Jun 2008 22:34:36 +0000
(23:34 +0100)
disobedience/recent.c
patch
|
blob
|
blame
|
history
diff --git
a/disobedience/recent.c
b/disobedience/recent.c
index 109ee5ab3579daf95e5e0fda498e13aa959d849a..788b824a805a406360da2800b89622708b504f42 100644
(file)
--- a/
disobedience/recent.c
+++ b/
disobedience/recent.c
@@
-78,6
+78,7
@@
static const struct queue_column recent_columns[] = {
/** @brief Pop-up menu for recently played list */
static struct menuitem recent_menuitems[] = {
{ "Track properties", ql_properties_activate, ql_properties_sensitive,0, 0 },
+ { "Play track", ql_play_activate, ql_play_sensitive, 0, 0 },
{ "Select all tracks", ql_selectall_activate, ql_selectall_sensitive, 0, 0 },
{ "Deselect all tracks", ql_selectnone_activate, ql_selectnone_sensitive, 0, 0 },
};