[nautilus] window: fix xf86-favorites shortcut
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] window: fix xf86-favorites shortcut
- Date: Wed, 8 Apr 2015 12:49:13 +0000 (UTC)
commit 1b513125687c665ab585ff51b06c35a4f214d41d
Author: Carlos Soriano <csoriano gnome org>
Date: Wed Apr 8 14:46:06 2015 +0200
window: fix xf86-favorites shortcut
It was using the previous action name before the gaction port
https://bugzilla.gnome.org/show_bug.cgi?id=747485
src/nautilus-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index 3ecd3fc..96c4ae6 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -162,7 +162,7 @@ static const struct {
#ifdef HAVE_X11_XF86KEYSYM_H
/* Window actions */
{ XF86XK_AddFavorite, "bookmark-current-location" },
- { XF86XK_Favorites, "edit-bookmarks" },
+ { XF86XK_Favorites, "bookmarks" },
{ XF86XK_Go, "enter-location" },
{ XF86XK_HomePage, "go-home" },
{ XF86XK_OpenURL, "enter-location" },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]