[Xfce4-commits] <midori:master> Ctrl+j to toggle statusbar aka downloads
Christian Dywan
noreply at xfce.org
Wed Mar 14 00:32:01 CET 2012
Updating branch refs/heads/master
to 5aebcd7b3019d7fb29cd24011aa371cce953b874 (commit)
from d94da1f69d74d1e0635b636668aeff41c56fa148 (commit)
commit 5aebcd7b3019d7fb29cd24011aa371cce953b874
Author: Christian Dywan <christian at twotoasts.de>
Date: Wed Mar 14 00:29:34 2012 +0100
Ctrl+j to toggle statusbar aka downloads
This is the same as downloads in Firefox.
midori/midori-browser.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index fa9add5..8d7bbaa 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -5105,9 +5105,9 @@ static const GtkActionEntry entries[] =
NULL, G_CALLBACK (_action_add_speed_dial_activate) },
{ "AddDesktopShortcut", NULL,
#if HAVE_HILDON
- N_("Add Shortcut to the _desktop"), "<Ctrl>j",
+ N_("Add Shortcut to the _desktop"), "",
#else
- N_("Create _Launcher"), "<Ctrl>j",
+ N_("Create _Launcher"), "",
#endif
NULL, G_CALLBACK (_action_add_desktop_shortcut_activate) },
{ "AddNewsFeed", NULL,
@@ -5319,7 +5319,7 @@ static const GtkToggleActionEntry toggle_entries[] =
NULL, G_CALLBACK (_action_bookmarkbar_activate),
FALSE },
{ "Statusbar", NULL,
- N_("_Statusbar"), "",
+ N_("_Statusbar"), "<Ctrl>j",
NULL, G_CALLBACK (_action_statusbar_activate),
FALSE },
};
More information about the Xfce4-commits
mailing list