-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
notification-area: stop warning on removal #1393
Conversation
*Use automatic signal handling for changing icon size so this code doesn't get called when the applet is removed
Fixes #1380 |
I can confirm that it fixes the crashes/warnings on x11/wayland. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
it fixes crashes in fedora and (only) warnings in debian.
The difference is that g_signal_connect_object() automatically manages signal disconnection |
Just confirmed the warning also occurs on 1.26 when removing the notification area applet |
To clarify: |
So, you approve the PR? |
@raveit65 I couldn't test it yet, but the code looks good, yes 👍 |
*Use automatic signal handling for changing icon size so this code doesn't get called when the applet is removed