forked from AuroraMiddleware/gtk
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:
parent
43e1eea1bb
commit
3f0f68e6ad
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user