[gtk/action-muxer-speedup: 3/11] inspector: Remove action support temporarily



commit 8aa0a36e5267819e365ebaf6a1dfa14ef36b47d9
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Jul 18 22:28:03 2020 -0400

    inspector: Remove action support temporarily
    
    This is using the action muxer as a GActionGroup,
    and we want to remove that interface from GtkActionMuxer.
    
    The support will come back later.

 gtk/inspector/actions.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/gtk/inspector/actions.c b/gtk/inspector/actions.c
index e077cbd074..467af310e8 100644
--- a/gtk/inspector/actions.c
+++ b/gtk/inspector/actions.c
@@ -373,11 +373,13 @@ gtk_inspector_actions_set_object (GtkInspectorActions *sl,
     add_group (sl, page, G_ACTION_GROUP (object));
   else if (GTK_IS_WIDGET (object))
     {
+#if 0
       GtkActionMuxer *muxer;
 
       muxer = _gtk_widget_get_action_muxer (GTK_WIDGET (object), FALSE);
       if (muxer)
         add_group (sl, page, G_ACTION_GROUP (muxer));
+#endif
     }
 
   gtk_column_view_sort_by_column (GTK_COLUMN_VIEW (sl->list), sl->name, GTK_SORT_ASCENDING);


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