comparison src/audacious/ui_main.c @ 2769:bf2d80abf76e trunk

[svn] Implemented CMD_IS_ADVANCE and CMD_TOGGLE_ADVANCE. Added partial MPRIS support. Root is complete, Player is partially implemented, and TrackList has not been started.
author magma
date Sun, 13 May 2007 18:38:53 -0700
parents 6884a2144a01
children ade60a2c52fb
comparison
equal deleted inserted replaced
2768:4a5cdf975bb3 2769:bf2d80abf76e
2009 { 2009 {
2010 cfg.stopaftersong = stop; 2010 cfg.stopaftersong = stop;
2011 check_set(toggleaction_group_others, "stop after current song", cfg.stopaftersong); 2011 check_set(toggleaction_group_others, "stop after current song", cfg.stopaftersong);
2012 } 2012 }
2013 2013
2014 void
2015 mainwin_set_noplaylistadvance(gboolean no_advance)
2016 {
2017 cfg.no_playlist_advance = no_advance;
2018 check_set(toggleaction_group_others, "playback no playlist advance", cfg.no_playlist_advance);
2019 }
2014 2020
2015 static void 2021 static void
2016 mainwin_set_doublesize(gboolean doublesize) 2022 mainwin_set_doublesize(gboolean doublesize)
2017 { 2023 {
2018 gint height; 2024 gint height;