comparison audacious/ui_main.c @ 2258:2c66f4fe9cfa trunk

[svn] - added delete playlist action (finally :p)
author giacomo
date Thu, 04 Jan 2007 04:11:21 -0800
parents af716dc0cdb9
children 3668594b4fc8
comparison
equal deleted inserted replaced
2257:af716dc0cdb9 2258:2c66f4fe9cfa
4001 { 4001 {
4002 playlist_select_next(); 4002 playlist_select_next();
4003 } 4003 }
4004 4004
4005 void 4005 void
4006 action_playlist_delete( void )
4007 {
4008 playlist_remove_playlist( playlist_get_active() );
4009 }
4010
4011 void
4006 action_preferences( void ) 4012 action_preferences( void )
4007 { 4013 {
4008 show_prefs_window(); 4014 show_prefs_window();
4009 } 4015 }
4010 4016