[gnome-builder/wip/chergert/layout] command-bar: update a few action maps
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/layout] command-bar: update a few action maps
- Date: Mon, 10 Jul 2017 07:43:01 +0000 (UTC)
commit 830fbee48eca148ea306da53fb7f68e6ea3a71db
Author: Christian Hergert <chergert redhat com>
Date: Mon Jul 10 00:42:11 2017 -0700
command-bar: update a few action maps
These had gotten out of date.
plugins/command-bar/gb-command-gaction-provider.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/plugins/command-bar/gb-command-gaction-provider.c
b/plugins/command-bar/gb-command-gaction-provider.c
index 390ada7..9c08dbb 100644
--- a/plugins/command-bar/gb-command-gaction-provider.c
+++ b/plugins/command-bar/gb-command-gaction-provider.c
@@ -278,10 +278,11 @@ failure:
* As we allow a NULL command_name, you must closed the array with a triple NULL.
*/
static const GbActionCommandMap action_maps [] = {
- { "quitall", "app", "quit" },
- { NULL, "view", "close" },
- { NULL, "view", "save" },
- { NULL, "view", "save-as" },
+ { "quitall", "app", "quit" },
+ { NULL, "layoutgrid", "close" },
+ { NULL, "layoutstack", "close-view" },
+ { NULL, "editor-view", "save" },
+ { NULL, "editor-view", "save-as" },
{ NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]