diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2018-07-17 04:15:11 +0200 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2018-07-26 04:18:53 +0200 |
commit | 16d8b80cc482acb3d7bd725c4daf2a1b29ad6a3e (patch) | |
tree | 7c869e2d5901e3ae8bf90ff8d41a66863ea18399 /src/nautilus-window-slot.h | |
parent | 99f55748ef69a68df86b9a039998ee576d59b898 (diff) | |
download | nautilus-16d8b80cc482acb3d7bd725c4daf2a1b29ad6a3e.tar.gz |
shell: pass the full query to the slot to preserve all settings
Instead of just opening a window with just the location and search terms,
we should pass to the window slot the full nautilus query with all the
shell search provider flags, so that they will be respected and that the
results in the overview will respect the ones in nautilus
Diffstat (limited to 'src/nautilus-window-slot.h')
-rw-r--r-- | src/nautilus-window-slot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window-slot.h b/src/nautilus-window-slot.h index 6c6e46bda..e2e0d7592 100644 --- a/src/nautilus-window-slot.h +++ b/src/nautilus-window-slot.h @@ -115,7 +115,7 @@ gboolean nautilus_window_slot_get_searching (NautilusWindowSlot * GList* nautilus_window_slot_get_selection (NautilusWindowSlot *slot); void nautilus_window_slot_search (NautilusWindowSlot *slot, - const gchar *text); + NautilusQuery *query); gboolean nautilus_window_slot_handles_location (NautilusWindowSlot *self, GFile *location); |