~skypce/indicator-session/indicator-session

« back to all changes in this revision

Viewing changes to src/indicator-session.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-08 18:15:03 UTC
  • mto: (13.1.3 lucid)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20090908181503-q1y00nsvk547ta4f
Tags: upstream-0.1.2
ImportĀ upstreamĀ versionĀ 0.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
        }
368
368
 
369
369
        if (!org_freedesktop_DBus_start_service_by_name (proxy, INDICATOR_USERS_DBUS_NAME, 0, &returnval, &error)) {
370
 
                g_error("Unable to send message to DBus to start service: %s", error != NULL ? error->message : "(NULL error)" );
 
370
                g_error("Unable to send message to DBus to start service");
371
371
                g_error_free(error);
372
372
                return FALSE;
373
373
        }