Mercurial > audlegacy
changeset 4181:bd45235ed618
Automated merge with ssh://hg.atheme.org//hg/audacious
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 11 Jan 2008 11:46:33 -0600 |
parents | bf6092a180f6 (diff) aca0dd668f7b (current diff) |
children | 305dace15fd5 4b4810391b05 |
files | |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/main.c Fri Jan 11 15:37:24 2008 +0100 +++ b/src/audacious/main.c Fri Jan 11 11:46:33 2008 -0600 @@ -1017,7 +1017,6 @@ #endif static GOptionEntry cmd_entries[] = { - {"session", 'n', 0, G_OPTION_ARG_INT, &options.session, N_("Select which Audacious session ID to use"), NULL}, {"rew", 'r', 0, G_OPTION_ARG_NONE, &options.rew, N_("Skip backwards in playlist"), NULL}, {"play", 'p', 0, G_OPTION_ARG_NONE, &options.play, N_("Start playing current playlist"), NULL}, {"pause", 'u', 0, G_OPTION_ARG_NONE, &options.pause, N_("Pause current song"), NULL},