diff options
Diffstat (limited to 'src/nautilus-shell-search-provider.c')
-rw-r--r-- | src/nautilus-shell-search-provider.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/nautilus-shell-search-provider.c b/src/nautilus-shell-search-provider.c index 7d12d3b97..82b5a9801 100644 --- a/src/nautilus-shell-search-provider.c +++ b/src/nautilus-shell-search-provider.c @@ -655,9 +655,10 @@ handle_activate_result (NautilusShellSearchProvider2 *skeleton, static void handle_launch_search (NautilusShellSearchProvider2 *skeleton, - GDBusMethodInvocation *invocation, - gchar **terms, - gpointer user_data) + GDBusMethodInvocation *invocation, + gchar **terms, + guint32 timestamp, + gpointer user_data) { GApplication *app = g_application_get_default (); gchar *string = g_strjoinv (" ", terms); |