X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..958a94627f6f51a3962c33fe413af3f5c3026af5:/disobedience/queue.c diff --git a/disobedience/queue.c b/disobedience/queue.c index 0e65245..f4e92a1 100644 --- a/disobedience/queue.c +++ b/disobedience/queue.c @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +/** @file disobedience/queue.c + * @brief Disobedience queue widget + */ #include "disobedience.h" #include "popup.h" #include "queue-generic.h" @@ -163,6 +166,7 @@ static struct menuitem queue_menuitems[] = { { "Deselect all tracks", ql_selectnone_activate, ql_selectnone_sensitive, 0, 0 }, { "Scratch playing track", ql_scratch_activate, ql_scratch_sensitive, 0, 0 }, { "Remove track from queue", ql_remove_activate, ql_remove_sensitive, 0, 0 }, + { "Adopt track", ql_adopt_activate, ql_adopt_sensitive, 0, 0 }, }; struct queuelike ql_queue = {