From 5f18bbc4b0789b75868e07627da88dcafb478bab Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 14 Jan 2011 13:07:27 -0600 Subject: Type to session --- src/indicator-messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indicator-messages.c b/src/indicator-messages.c index cb435c4..1c2cfeb 100644 --- a/src/indicator-messages.c +++ b/src/indicator-messages.c @@ -304,7 +304,7 @@ connection_change (IndicatorServiceManager * sm, gboolean connected, gpointer us } if (icon_proxy == NULL) { - g_dbus_proxy_new_for_bus(G_BUS_SESSION, + g_dbus_proxy_new_for_bus(G_BUS_TYPE_SESSION, G_DBUS_PROXY_FLAGS_NONE, bus_interface_info, INDICATOR_MESSAGES_DBUS_NAME, -- cgit v1.2.3