diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-12-10 16:52:16 -0500 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-12-10 16:52:36 -0500 |
commit | e6b70a2cb8acdc1998e89e54e2a9819853f05793 (patch) | |
tree | 45920a4c4c2703252b326623a20e4d212b0de5e9 /src/nautilus-shell-search-provider.c | |
parent | 1c1551adac7933701cfd973ba4148de921b1470e (diff) | |
download | nautilus-e6b70a2cb8acdc1998e89e54e2a9819853f05793.tar.gz |
shell-provider: use the right signature for LaunchSearch()
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); |