Merge branch '0.6.x'

Conflicts:
	NEWS
	configure.ac
This commit is contained in:
Andrzej Rybczak
2014-11-07 23:13:13 +01:00
3 changed files with 8 additions and 0 deletions

View File

@@ -366,6 +366,7 @@ void BindingsConfiguration::generateDefaults()
if (notBound(k = stringToKey("delete")))
{
bind(k, Actions::Type::DeletePlaylistItems);
bind(k, Actions::Type::DeleteBrowserItems);
bind(k, Actions::Type::DeleteStoredPlaylist);
}
if (notBound(k = stringToKey("right")))