Skip to content
  • Allison Karlitskaya's avatar
    GActionMuxer: disconnect group signals on finalize · 6e11c310
    Allison Karlitskaya authored
    The signals for the action group were being disconnected when the action
    group was explicitly removed from the GActionMuxer but the same was not
    being done when it was finalized.
    
    This means that a change in the state of an action group that used to be
    associated with a finalized GActionMuxer would result in a crash.  This
    would happen for stateful application actions after closing a window.
    6e11c310