diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-16 15:19:21 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-16 15:19:21 +0000 |
commit | 7de7356d8d116f8d9c3b04513a16cd7369d3ef42 (patch) | |
tree | ece3d2fcf4dd5c09860ddbe6658223b25cf3cd95 | |
parent | a5eff35aea5fcbdd97b6d9459e5b05fcb4279676 (diff) | |
parent | 7034036ebfc0c4a9f2e9e47bced53ae61c3719b8 (diff) | |
download | ayatana-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.
-rw-r--r-- | src/service.c | 3 |
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); |