[gnome-builder/wip/tree-menu] tree: sort actions



commit 102d4a3384305405ac185e31e3d65af16a5c7a70
Author: Christian Hergert <christian hergert me>
Date:   Wed Apr 8 15:33:46 2015 -0700

    tree: sort actions

 src/editor/gb-project-tree-actions.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/editor/gb-project-tree-actions.c b/src/editor/gb-project-tree-actions.c
index fca9f0f..21978ac 100644
--- a/src/editor/gb-project-tree-actions.c
+++ b/src/editor/gb-project-tree-actions.c
@@ -245,12 +245,12 @@ gb_project_tree_actions_show_icons (GSimpleAction *action,
 }
 
 static GActionEntry GbProjectTreeActions[] = {
+  { "collapse-all-nodes",     gb_project_tree_actions_collapse_all_nodes },
   { "open",                   gb_project_tree_actions_open },
-  { "open-with-editor",       gb_project_tree_actions_open_with_editor },
   { "open-containing-folder", gb_project_tree_actions_open_containing_folder },
+  { "open-with-editor",       gb_project_tree_actions_open_with_editor },
   { "refresh",                gb_project_tree_actions_refresh },
   { "show-icons",             NULL, NULL, "false", gb_project_tree_actions_show_icons },
-  { "collapse-all-nodes",     gb_project_tree_actions_collapse_all_nodes },
 };
 
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]