diff src/audacious/main.c @ 2475:5fcdef6e3754 trunk

[svn] - fix audacious -s, closes #778.
author nenolod
date Sun, 04 Feb 2007 22:39:00 -0800
parents e32be86095aa
children 630910fd140f
line wrap: on
line diff
--- a/src/audacious/main.c	Sun Feb 04 07:47:05 2007 -0800
+++ b/src/audacious/main.c	Sun Feb 04 22:39:00 2007 -0800
@@ -829,7 +829,7 @@
     {"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},
-    {"stop", 's', 0, G_OPTION_ARG_NONE, &options.pause, N_("Stop current song"), NULL},
+    {"stop", 's', 0, G_OPTION_ARG_NONE, &options.stop, N_("Stop current song"), NULL},
     {"play-pause", 't', 0, G_OPTION_ARG_NONE, &options.pause, N_("Pause if playing, play otherwise"), NULL},
     {"fwd", 'f', 0, G_OPTION_ARG_NONE, &options.fwd, N_("Skip forward in playlist"), NULL},
     {"show-jump-box", 'j', 0, G_OPTION_ARG_NONE, &options.show_jump_box, N_("Display Jump to File dialog"), NULL},