From d34f15292a642c6fe389fef9d5e9cbbad1925baf Mon Sep 17 00:00:00 2001 From: jrl Date: Sat, 7 Oct 2006 03:36:26 +0000 Subject: [PATCH] 2006-10-07 James Livingston patch from Alex Lancaster * shell/rb-shell.c: change the keybinding for "Plugins" to not conflict with others. Fixes #355904 --- ChangeLog | 7 +++++++ shell/rb-shell.c | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d99ff969..57591a01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-10-07 James Livingston + + patch from Alex Lancaster + + * shell/rb-shell.c: change the keybinding for "Plugins" to not + conflict with others. Fixes #355904 + 2006-10-07 Jonathan Matthew * rhythmdb/rhythmdb-query-model.c: (rhythmdb_query_model_dispose), diff --git a/shell/rb-shell.c b/shell/rb-shell.c index 3d2e7d0c..ffc71369 100644 --- a/shell/rb-shell.c +++ b/shell/rb-shell.c @@ -429,7 +429,7 @@ static GtkActionEntry rb_shell_actions [] = { "EditPreferences", GTK_STOCK_PREFERENCES, N_("Prefere_nces..."), NULL, N_("Edit music player preferences"), G_CALLBACK (rb_shell_cmd_preferences) }, - { "EditPlugins", NULL, N_("P_lugins..."), NULL, + { "EditPlugins", NULL, N_("Plu_gins..."), NULL, N_("Change and configure plugins"), G_CALLBACK (rb_shell_cmd_plugins) }, { "ViewAll", NULL, N_("Show _All"), "Y", @@ -1302,6 +1302,7 @@ rb_shell_constructor (GType type, shell); construct_db (shell); + rb_source_group_init (); /* initialize shell services */ construct_widgets (shell); -- 2.11.4.GIT