changeset 891:08b940c25a9a trunk

[svn] * No Playlist Advance context menu checkmark fix (bug #456)
author nhjm449
date Mon, 27 Mar 2006 17:23:36 -0800
parents ed26947bbf57
children 5e30566ad776
files audacious/mainwin.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/mainwin.c	Mon Mar 27 13:05:09 2006 -0800
+++ b/audacious/mainwin.c	Mon Mar 27 17:23:36 2006 -0800
@@ -2975,6 +2975,7 @@
 
     check_set(mainwin_play_menu, "/Repeat", cfg.repeat);
     check_set(mainwin_play_menu, "/Shuffle", cfg.shuffle);
+    check_set(mainwin_play_menu, "/No Playlist Advance", cfg.no_playlist_advance);
 
     /* Visualization menu */