Skip to content
Commit 82a2d53e authored by Alexandru Pandelea's avatar Alexandru Pandelea
Browse files

files-view: fix crash on enter in search

Pressing enter with no selection while in search makes Nautilus
crash.

The problem is that Nautilus will try to access the first element
of a list that is NULL.

To avoid this, make sure that the list is not NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=777214
parent 1d0d8e7c
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