~ubuntu-branches/ubuntu/wily/telepathy-glib/wily

« back to all changes in this revision

Viewing changes to telepathy-glib/account-manager.c

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2011-11-01 11:26:09 UTC
  • mfrom: (1.6.32)
  • Revision ID: package-import@ubuntu.com-20111101112609-kdouxczbx1spr97b
Tags: 0.16.1-1
* New upstream release
* Use vala 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
{
372
372
  TpAccountManagerPrivate *priv = manager->priv;
373
373
 
 
374
  DEBUG ("manager has %d accounts left to prepare",
 
375
    priv->n_preparing_accounts);
374
376
  if (tp_proxy_is_prepared (manager, TP_ACCOUNT_MANAGER_FEATURE_CORE))
375
377
    return;
376
378
 
416
418
      insert_account (self, account);
417
419
    }
418
420
 
 
421
  DEBUG ("Account %s was prepared",
 
422
      tp_proxy_get_object_path (object));
 
423
 
419
424
OUT:
420
425
  self->priv->n_preparing_accounts--;
421
426
  _tp_account_manager_check_core_ready (self);