[gnome-builder/wip/chergert/layout] command-bar: update a few action maps



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]