Skip to content

files-view: handle no focus state gracefully

Peter Eisenmann requested to merge p3732/nautilus:wip/p3732/unfocused into master

gtk_window_get_focus can return NULL. Passing that directly into gtk_widget_is_ancestor throws a GLib warning, so handle it explicitly.

Merge request reports