[nautilus/gnome-3-20] Revert "nautilus-desktop-window: disable Alt+Home for desktop view"
- From: Alexandru-Ionut Pandelea <alexpandelea src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-3-20] Revert "nautilus-desktop-window: disable Alt+Home for desktop view"
- Date: Wed, 16 Mar 2016 21:23:19 +0000 (UTC)
commit d4ebfafb39976157e0c10f9b65a72fcf82203a9f
Author: Alexandru Pandelea <alexandru pandelea gmail com>
Date: Tue Mar 15 10:07:53 2016 +0200
Revert "nautilus-desktop-window: disable Alt+Home for desktop view"
This reverts commit d93fda7ee8fac90d87c98c90f5b6fd959f9983c3.
src/nautilus-desktop-window.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/nautilus-desktop-window.c b/src/nautilus-desktop-window.c
index e7f09f3..910d150 100644
--- a/src/nautilus-desktop-window.c
+++ b/src/nautilus-desktop-window.c
@@ -92,11 +92,6 @@ nautilus_desktop_window_init_actions (NautilusDesktopWindow *window)
action = g_action_map_lookup_action (G_ACTION_MAP (window),
"new-tab");
g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
-
- /* Don't allow switching to home dir on desktop */
- action = g_action_map_lookup_action (G_ACTION_MAP (window),
- "go-home");
- g_simple_action_set_enabled (G_SIMPLE_ACTION (action), FALSE);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]