~phablet-team/unity-lens-people/trunk

« back to all changes in this revision

Viewing changes to src/daemon.vala

  • Committer: Tarmac
  • Author(s): Michał Sawicz
  • Date: 2012-12-12 06:03:11 UTC
  • mfrom: (51.2.1 release-022)
  • Revision ID: tarmac-20121212060311-kb8gh5oznfvret7y
Release 0.2.2.

Approved by Ricardo Salveti, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
238
238
            var contacts = aggregator.individuals.values;
239
239
 
240
240
            foreach (var contact in contacts) {
 
241
                message(".");
241
242
                if (cancellable.is_cancelled ()) {
242
243
                    return results;
243
244
                }
312
313
            model.clear ();
313
314
 
314
315
            foreach (var folk in results) {
 
316
                message(":");
315
317
                
316
318
                if (cancellable.is_cancelled ()) {
317
319
                    /* we got another search meanwhile, let's just end this one */