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

--- Comment #12 from alexxcons <[email protected]> ---
(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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to