GtkFileChooser: Show remote search results too

There is no reason not to show them. Removing this
makes search on remote locations just work.
This commit is contained in:
Matthias Clasen 2015-05-16 00:38:21 -04:00
parent 43e1eea1bb
commit 3f0f68e6ad

View File

@ -6106,12 +6106,6 @@ search_add_hit (GtkFileChooserWidget *impl,
if (!file)
return;
if (!g_file_is_native (file))
{
g_object_unref (file);
return;
}
priv->search_model_empty = FALSE;
_gtk_file_system_model_add_and_query_file (priv->search_model,