[gnome-builder] gui: show menu accels in "New" button



commit c098cf808513e699fd3e7a418e26041fb2e52728
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 26 12:08:04 2019 -0700

    gui: show menu accels in "New" button

 src/plugins/editor/gbp-editor-workspace-addin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/editor/gbp-editor-workspace-addin.c b/src/plugins/editor/gbp-editor-workspace-addin.c
index 0ec47ad3d..f95957f4e 100644
--- a/src/plugins/editor/gbp-editor-workspace-addin.c
+++ b/src/plugins/editor/gbp-editor-workspace-addin.c
@@ -144,7 +144,7 @@ add_buttons (GbpEditorWorkspaceAddin *self,
                                    "focus-on-click", FALSE,
                                    "show-arrow", TRUE,
                                    "show-icons", FALSE,
-                                   "show-accels", FALSE,
+                                   "show-accels", TRUE,
                                    "menu-id", "new-document-menu",
                                    "visible", TRUE,
                                    NULL);


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