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:25 -0400
commit9855ddb282468a4c0aeee05125276afc89e2b146 (patch)
treecb677f048d987b082ebf5cb8c65c27ec950614de
parent0177dd24a5f7f9f5302745a865eb970a35faa78c (diff)
downloadnautilus-9855ddb282468a4c0aeee05125276afc89e2b146.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;