From f1a30384cb3e5a2369adc7c610bb300d2057c3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 21 Jul 2011 19:38:26 +0200 Subject: Use g_variant_new_uint32 as we just have one parameter --- src/application-service-appstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3