summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nautilus-shell-search-provider.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nautilus-shell-search-provider.c b/src/nautilus-shell-search-provider.c
index 55f795e67..ddc972773 100644
--- a/src/nautilus-shell-search-provider.c
+++ b/src/nautilus-shell-search-provider.c
@@ -151,6 +151,8 @@ pending_search_finish (PendingSearch *search,
{
NautilusShellSearchProviderApp *self = search->self;
+ g_dbus_method_invocation_return_value (invocation, result);
+
if (search == self->current_search)
self->current_search = NULL;