Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panel-launchers: close the menu before destroying when removing launcher #5976

Merged
merged 1 commit into from Nov 22, 2016

Commits on Nov 16, 2016

  1. panel-launchers: close the menu before destroying when removing launcher

    If we destroy the menu while it is open then a callback set by pushModal removes
    the grab when it recieves the actor's destroy signal. Shortly after, we attempt to
    remove it again in popupMenu.js via the menu state change signal and fail. Closing
    the menu before destroying the actor avoids this issue.
    
    Fixes linuxmint#5968
    itzexor committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    a9fa59b View commit details
    Browse the repository at this point in the history