[rhythmbox] playlist: remove the default key binding for 'remove from playlist'



commit 3baff08252c01cc697d4ba3a6dc926248787f007
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Feb 7 07:51:25 2010 +1000

    playlist: remove the default key binding for 'remove from playlist'
    
    Turns out it's too easy to accidentally trigger this while editing
    something in the search entry box.

 sources/rb-playlist-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sources/rb-playlist-source.c b/sources/rb-playlist-source.c
index c3ac820..d5f5c14 100644
--- a/sources/rb-playlist-source.c
+++ b/sources/rb-playlist-source.c
@@ -127,7 +127,7 @@ static char *impl_get_delete_action (RBSource *source);
 
 static GtkActionEntry rb_playlist_source_actions [] =
 {
-	{ "RemoveFromPlaylist", GTK_STOCK_REMOVE, N_("Remove From Playlist"), "Delete",
+	{ "RemoveFromPlaylist", GTK_STOCK_REMOVE, N_("Remove From Playlist"), NULL,
 	  N_("Remove each selected song from the playlist"),
 	  G_CALLBACK (remove_from_playlist_cmd) },
 };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]