[gnome-builder] editor: remove workaround for "view" action activation



commit b0eab3886a15c0fc71632f6506d90cbaa71c964c
Author: Christian Hergert <chergert redhat com>
Date:   Tue Jul 5 20:43:00 2016 -0700

    editor: remove workaround for "view" action activation
    
    This is no longer necessary now that we walk the hierarchy via the
    GtkPopover:relative-to hierarchy.

 libide/editor/ide-editor-view-actions.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libide/editor/ide-editor-view-actions.c b/libide/editor/ide-editor-view-actions.c
index 1489756..205093a 100644
--- a/libide/editor/ide-editor-view-actions.c
+++ b/libide/editor/ide-editor-view-actions.c
@@ -710,7 +710,6 @@ ide_editor_view_actions_init (IdeEditorView *self)
   g_action_map_add_action_entries (G_ACTION_MAP (group), IdeEditorViewActions,
                                    G_N_ELEMENTS (IdeEditorViewActions), self);
   gtk_widget_insert_action_group (GTK_WIDGET (self), "view", G_ACTION_GROUP (group));
-  gtk_widget_insert_action_group (GTK_WIDGET (self->tweak_widget), "view", G_ACTION_GROUP (group));
 
 #define WATCH_PROPERTY(name) \
   G_STMT_START { \


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