summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-10-19 15:17:56 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-10-19 15:18:43 -0400
commit985489b48763888591c5f8888128b7f70241ff42 (patch)
tree728c042bb16084724c23f40106d0f901bab7917b
parent94971592e200274da9d6c910aff75e77c10d8415 (diff)
downloadnautilus-985489b48763888591c5f8888128b7f70241ff42.tar.gz
shell-provider: fix an erroneous typo
Didn't mean to remove this line.
-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;