aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-application.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-16 16:46:14 -0600
committerTed Gould <ted@gould.cx>2011-02-16 16:46:14 -0600
commit0c565619b3ebb2f63e3284c12644acd3c37a13f7 (patch)
treed863f68c04688741f526d18fa1904c8dc8f9198e /src/indicator-application.c
parent14df3d3873864027c41d4178eea7e6b4bf07bcdd (diff)
parentfb64a7a187bd7878528b76ebf8fc86159c9ed443 (diff)
downloadayatana-indicator-application-0c565619b3ebb2f63e3284c12644acd3c37a13f7.tar.gz
ayatana-indicator-application-0c565619b3ebb2f63e3284c12644acd3c37a13f7.tar.bz2
ayatana-indicator-application-0c565619b3ebb2f63e3284c12644acd3c37a13f7.zip
Remove g_error's to stop abortion.
Diffstat (limited to 'src/indicator-application.c')
-rw-r--r--src/indicator-application.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-application.c b/src/indicator-application.c
index cd83bdf..2fbdb13 100644
--- a/src/indicator-application.c
+++ b/src/indicator-application.c
@@ -279,7 +279,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_APPLICATION_DBUS_ADDR, error->message);
+ g_critical("Could not grab DBus proxy for %s: %s", INDICATOR_APPLICATION_DBUS_ADDR, error->message);
g_error_free(error);
return;
}