From 5c17122706b1b16b9c10f40f60eb32679f4f53e3 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 4 Apr 2011 22:59:32 -0500 Subject: Removing a g_error so we don't bring the whole kit-and-kaboodle down. --- src/indicator-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indicator-session.c b/src/indicator-session.c index 97e2ce9..e8a2f97 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -162,7 +162,7 @@ service_proxy_cb (GObject * object, GAsyncResult * res, gpointer user_data) } if (error != NULL) { - g_error("Could not grab DBus proxy for %s: %s", INDICATOR_SESSION_DBUS_NAME, error->message); + g_warning("Could not grab DBus proxy for %s: %s", INDICATOR_SESSION_DBUS_NAME, error->message); g_error_free(error); return; } -- cgit v1.2.3