aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-16 15:19:21 +0000
committerTarmac <Unknown>2013-10-16 15:19:21 +0000
commit7de7356d8d116f8d9c3b04513a16cd7369d3ef42 (patch)
treeece3d2fcf4dd5c09860ddbe6658223b25cf3cd95 /src
parenta5eff35aea5fcbdd97b6d9459e5b05fcb4279676 (diff)
parent7034036ebfc0c4a9f2e9e47bced53ae61c3719b8 (diff)
downloadayatana-indicator-datetime-7de7356d8d116f8d9c3b04513a16cd7369d3ef42.tar.gz
ayatana-indicator-datetime-7de7356d8d116f8d9c3b04513a16cd7369d3ef42.tar.bz2
ayatana-indicator-datetime-7de7356d8d116f8d9c3b04513a16cd7369d3ef42.zip
Remove the g_error() call that caused an abort() in the call to on_name_lost() in our bus handler. Fixes: https://bugs.launchpad.net/bugs/1238737.
Approved by PS Jenkins bot, Lars Uebernickel.
Diffstat (limited to 'src')
-rw-r--r--src/service.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/service.c b/src/service.c
index a82e310..c283cf6 100644
--- a/src/service.c
+++ b/src/service.c
@@ -1815,9 +1815,6 @@ on_name_lost (GDBusConnection * connection G_GNUC_UNUSED,
{
IndicatorDatetimeService * self = INDICATOR_DATETIME_SERVICE (gself);
- if (connection == NULL)
- g_error ("Unable to get bus connection to own name '%s'", name);
-
g_debug ("%s %s name lost %s", G_STRLOC, G_STRFUNC, name);
unexport (self);