summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-search-provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-shell-search-provider.c')
-rw-r--r--src/nautilus-shell-search-provider.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-shell-search-provider.c b/src/nautilus-shell-search-provider.c
index 27963f0e0..c50d7a928 100644
--- a/src/nautilus-shell-search-provider.c
+++ b/src/nautilus-shell-search-provider.c
@@ -663,8 +663,7 @@ handle_launch_search (NautilusShellSearchProvider2 *skeleton,
gchar *string = g_strjoinv (" ", terms);
gchar *uri = nautilus_get_home_directory_uri ();
- g_action_group_activate_action (G_ACTION_GROUP (app), "search",
- g_variant_new ("(ss)", uri, string));
+ nautilus_application_search (app, uri, string);
g_free (string);
g_free (uri);