[Xfce4-commits] [apps/xfdashboard] 01/01: Fixed DBUS method signatures for "ActivateResult" and "LaunchSearch"
noreply at xfce.org
noreply at xfce.org
Sat Mar 26 09:14:14 CET 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 0bf72ea60c669fe98813b36f617876f8ce9977d3
Author: Stephan Haller <nomad at froevel.de>
Date: Sat Mar 26 09:13:36 2016 +0100
Fixed DBUS method signatures for "ActivateResult" and "LaunchSearch"
---
plugins/gnome-shell-search-provider/gnome-shell-search-provider.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/plugins/gnome-shell-search-provider/gnome-shell-search-provider.c b/plugins/gnome-shell-search-provider/gnome-shell-search-provider.c
index 3853179..3cea8d1 100644
--- a/plugins/gnome-shell-search-provider/gnome-shell-search-provider.c
+++ b/plugins/gnome-shell-search-provider/gnome-shell-search-provider.c
@@ -853,7 +853,7 @@ static gboolean _xfdashboard_gnome_shell_search_provider_activate_result(Xfdashb
proxyResult=g_dbus_proxy_call_sync(proxy,
"ActivateResult",
- g_variant_new("(s(^as)u)",
+ g_variant_new("(s^asu)",
identifier,
inSearchTerms,
clutter_get_current_event_time()),
@@ -927,7 +927,7 @@ static gboolean _xfdashboard_gnome_shell_search_provider_launch_search(Xfdashboa
proxyResult=g_dbus_proxy_call_sync(proxy,
"LaunchSearch",
- g_variant_new("((^as)u)",
+ g_variant_new("(^asu)",
inSearchTerms,
clutter_get_current_event_time()),
G_DBUS_CALL_FLAGS_NONE,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list