[gnome-builder] sort



commit 6f549518bbf3b499f813bb6b5c3930cc598fea17
Author: Christian Hergert <christian hergert me>
Date:   Thu Mar 19 16:30:11 2015 -0700

    sort

 src/editor/gb-editor-view-actions.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/editor/gb-editor-view-actions.c b/src/editor/gb-editor-view-actions.c
index fcb62ad..7150913 100644
--- a/src/editor/gb-editor-view-actions.c
+++ b/src/editor/gb-editor-view-actions.c
@@ -392,17 +392,17 @@ gb_editor_view_actions_find_other_file (GSimpleAction *action,
 
 static GActionEntry GbEditorViewActions[] = {
   { "auto-indent", NULL, NULL, "false", gb_editor_view_actions_auto_indent },
-  { "language", NULL, "s", "''", gb_editor_view_actions_language },
-  { "highlight-current-line", NULL, NULL, "false", gb_editor_view_actions_highlight_current_line },
   { "close", gb_editor_view_actions_close },
+  { "find-other-file", gb_editor_view_actions_find_other_file },
+  { "highlight-current-line", NULL, NULL, "false", gb_editor_view_actions_highlight_current_line },
+  { "language", NULL, "s", "''", gb_editor_view_actions_language },
   { "save", gb_editor_view_actions_save },
   { "show-line-numbers", NULL, NULL, "false", gb_editor_view_actions_show_line_numbers },
   { "show-right-margin", NULL, NULL, "false", gb_editor_view_actions_show_right_margin },
   { "smart-backspace", NULL, NULL, "false", gb_editor_view_actions_smart_backspace },
   { "tab-width", NULL, "i", "8", gb_editor_view_actions_tab_width },
-  { "use-spaces", NULL, "b", "false", gb_editor_view_actions_use_spaces },
   { "toggle-split", gb_editor_view_actions_toggle_split },
-  { "find-other-file", gb_editor_view_actions_find_other_file },
+  { "use-spaces", NULL, "b", "false", gb_editor_view_actions_use_spaces },
 };
 
 void


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