aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/application-service-appstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service-appstore.c b/src/application-service-appstore.c
index 09c2a99..b8c1950 100644
--- a/src/application-service-appstore.c
+++ b/src/application-service-appstore.c
@@ -306,7 +306,7 @@ bus_method_call (GDBusConnection * connection, const gchar * sender,
if (app != NULL && app->dbus_proxy != NULL) {
g_dbus_proxy_call(app->dbus_proxy, "XAyatanaSecondaryActivate",
- g_variant_new("(u)", time),
+ g_variant_new_uint32 (time),
G_DBUS_CALL_FLAGS_NONE, -1, NULL, NULL, NULL);
}
} else {