Skip to content

window-slot: Return pending location if no current one

Ghost User requested to merge wip/ernestask/649 into master

If nautilus_window_slot_get_location() is called while it’s still loading, the value returned will be null. This particularly affects the clone-window action, as it takes the current location of the active slot in the usual case. That can be fixed by making the slot return its pending location conditionally.

Fixes #649 (closed)

Merge request reports