Mercurial > audlegacy
diff src/audacious/ui_manager.c @ 3599:24ae9b303a9d trunk
removed lastfm from the core, rewriting it as a plugin
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Sat, 22 Sep 2007 22:50:57 +0300 |
| parents | 47d6fb3884fb |
| children | 0fb35f6cc4b7 |
line wrap: on
line diff
--- a/src/audacious/ui_manager.c Sun Sep 23 01:34:10 2007 +0900 +++ b/src/audacious/ui_manager.c Sat Sep 22 22:50:57 2007 +0300 @@ -397,10 +397,7 @@ { "play location", GTK_STOCK_NETWORK , N_("Play Location"), "<Ctrl>L", N_("Play media from the selected location"), G_CALLBACK(action_play_location) }, - { "lastfm", NULL, N_("Last.fm radio"), "<Alt>L", - N_("Play Last.fm radio"), G_CALLBACK(action_lastfm) }, - - { "plugins", NULL , N_("Plugins") }, + { "plugins", NULL , N_("Plugin services") }, { "preferences", GTK_STOCK_PREFERENCES , N_("Preferences"), "<Ctrl>P", N_("Open preferences window"), G_CALLBACK(action_preferences) },
