[Xfce-bugs] [Bug 16654] Replace deprecated GtkActionEntry with XfceGtkActionEntry

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun Apr 26 01:09:46 CEST 2020


https://bugzilla.xfce.org/show_bug.cgi?id=16654

--- Comment #12 from alexxcons <alexxcons at xfce.org> ---
(In reply to Reuben Green from comment #9)
> Hi Alex. So here is a bug that I've found on ReplaceGtkAction42 ...

Thanks alot for the research Reuben ! I can reproduce the bug.

"thunar_standard_view_append_accelerators" will register to the accel key using
a specific view as object.
Even when I change the code to do so in thunar_window_action_view_changed, it
looks like to object used to pass to the callback is not updated when the view
is changed, so I guess the method will be called with a view which does not
exist any more.

I'll check if "gtk_accel_group_disconnect" does the trick, so that the new view
can register for an accel path ... or worst case, I have to move all the
related Actions into thunar-window and call select_all_files there .. possibly
throug thunar -view.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list