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

Fixed showing popup menu on RMB at tray icon #1210

Merged
merged 1 commit into from May 11, 2020
Merged

Fixed showing popup menu on RMB at tray icon #1210

merged 1 commit into from May 11, 2020

Conversation

Noobsai
Copy link
Contributor

@Noobsai Noobsai commented May 6, 2020

Hello,
Context menu is not showing.
After right click at the tray icon I got errors in the log:

gtk_menu_popup_at_widget: assertion 'GTK_IS_WIDGET (widget)' failed
invalid cast from 'GtkStatusIcon' to 'GtkWidget'

I think we should use
gtk_menu_popup_at_pointer(GTK_MENU(w), NULL);

Tested, worked.
Thanks!

@ckerr ckerr merged commit 79d3133 into transmission:master May 11, 2020
@Noobsai Noobsai deleted the fix-popup branch May 19, 2020 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants