Skip to content
Commit 9fa6a1fc authored by djb's avatar djb Committed by Ernestas Kulik
Browse files

list-view: do not try to activate a NULL selection

It is possible to give focus to the list view with nothing selected. On
pressing Enter, Nautilus would try to activate a null list of items and
therefore segfault. Fix this by doing nothing if there is no selection.

https://bugzilla.gnome.org/show_bug.cgi?id=773150
parent d75c0f9c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment