~ps-jenkins/indicator-datetime/latestsnapshot-13.10.0+13.10.20131016.2-0ubuntu1

« back to all changes in this revision

Viewing changes to src/service.c

  • Committer: Tarmac
  • Author(s): Charles Kerr
  • Date: 2013-10-16 15:19:21 UTC
  • mfrom: (272.1.1 lp-1238737)
  • Revision ID: tarmac-20131016151921-5j1bmfhdahppyv3o
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1815
1815
{
1816
1816
  IndicatorDatetimeService * self = INDICATOR_DATETIME_SERVICE (gself);
1817
1817
 
1818
 
  if (connection == NULL)
1819
 
    g_error ("Unable to get bus connection to own name '%s'", name);
1820
 
 
1821
1818
  g_debug ("%s %s name lost %s", G_STRLOC, G_STRFUNC, name);
1822
1819
 
1823
1820
  unexport (self);