GNOME Bugzilla – Bug 785722
Searching sometimes doesn't show results
Last modified: 2017-08-07 11:03:30 UTC
See patch.
Created attachment 356768 [details] [review] files-view: fix adding files to the view Searching makes Nautilus have no files in the view sometimes, even if there are search results, because the view connects to the files-added signal after it added a monitor to the directory and the signal might be emitted before connecting to it. To fix this, first connect to the files-added and files-changed signals, before adding the monitor to the directory.
Review of attachment 356768 [details] [review]: LGTM thanks!
Attachment 356768 [details] pushed as 884a296 - files-view: fix adding files to the view