GNOME Bugzilla – Bug 778113
display base of search when moving in search window
Last modified: 2017-03-22 20:38:05 UTC
1. search for something 2. on the result right click "move to" 3. a window opens "the folder contents could not be displayed, the specified location is not supported" on 3 i would expect that the base of the search is displayed.
Created attachment 348287 [details] [review] files-view: display search base for file chooser Currently when the move to/copy to file chooser dialog is launched during search, the dialog shows an error as the location is invalid. Change this so that the base of the search is displayed in the dialog when this dialog is launched while searching.
Review of attachment 348287 [details] [review]: Excellent!! Can you switch the if()? I kinda like to have the conditions as positive as possible if (nautilus_is_in_search) rather than if (!natilus_is_in_search). Feel free to commit afterwards :)
Created attachment 348530 [details] [review] files-view: display search base for file chooser Currently when the move to/copy to file chooser dialog is launched during search, the dialog shows an error as the location is invalid. Change this so that the base of the search is displayed in the dialog when this dialog is launched while searching.
Attachment 348530 [details] pushed as b57d592 - files-view: display search base for file chooser