summaryrefslogtreecommitdiff
path: root/src/nautilus-window-slot.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-07-16 21:45:35 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-07-16 21:51:52 -0400
commit6e33c7faefb42d4f0eace063e91bf26eb7326f99 (patch)
tree2c83beea5ec0cc6059bc40ea9582b80a4dd6a216 /src/nautilus-window-slot.h
parent15f3e0fc6adfe21eb51494803c8364b36c72a4ff (diff)
downloadnautilus-6e33c7faefb42d4f0eace063e91bf26eb7326f99.tar.gz
slot: reidrect an empty search to the query editor location
Instead of relying on search engines returning the exact result set for an empty query. This is also faster.
Diffstat (limited to 'src/nautilus-window-slot.h')
-rw-r--r--src/nautilus-window-slot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-window-slot.h b/src/nautilus-window-slot.h
index c925c4ec0..b72f812e5 100644
--- a/src/nautilus-window-slot.h
+++ b/src/nautilus-window-slot.h
@@ -105,6 +105,7 @@ struct NautilusWindowSlot {
gboolean tried_mount;
NautilusWindowGoToCallback open_callback;
gpointer open_callback_user_data;
+ gboolean load_with_search;
GCancellable *find_mount_cancellable;