rhythmbox r5925 - in trunk: . shell



Author: jmatthew
Date: Mon Sep 15 22:51:25 2008
New Revision: 5925
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5925&view=rev

Log:
2008-09-16  Jonathan Matthew  <jonathan d14n org>

	patch by:  Lasse Bigum  <zenith zenith dk>

	* shell/rb-shell.c:  Change the 'side pane' shortcut to F9.
	Fixes #532642.


Modified:
   trunk/ChangeLog
   trunk/shell/rb-shell.c

Modified: trunk/shell/rb-shell.c
==============================================================================
--- trunk/shell/rb-shell.c	(original)
+++ trunk/shell/rb-shell.c	Mon Sep 15 22:51:25 2008
@@ -462,7 +462,7 @@
 
 static GtkToggleActionEntry rb_shell_toggle_entries [] =
 {
-	{ "ViewSidePane", NULL, N_("Side _Pane"), "<control>S",
+	{ "ViewSidePane", NULL, N_("Side _Pane"), "F9",
 	  N_("Change the visibility of the side pane"),
 	  G_CALLBACK (rb_shell_view_sidepane_changed_cb), TRUE },
 	{ "ViewToolbar", NULL, N_("T_oolbar"), NULL,



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