[folks] TpfPersonaStore: fix indentation
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] TpfPersonaStore: fix indentation
- Date: Fri, 13 Apr 2012 14:41:21 +0000 (UTC)
commit 650cfd0e3b644227e9d979c5237384742a34170e
Author: Xavier Claessens <xavier claessens collabora co uk>
Date: Fri Apr 13 16:39:52 2012 +0200
TpfPersonaStore: fix indentation
backends/telepathy/lib/tpf-persona-store.vala | 23 ++++++++++++-----------
1 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/backends/telepathy/lib/tpf-persona-store.vala b/backends/telepathy/lib/tpf-persona-store.vala
index 470df0a..34fa873 100644
--- a/backends/telepathy/lib/tpf-persona-store.vala
+++ b/backends/telepathy/lib/tpf-persona-store.vala
@@ -486,17 +486,18 @@ public class Tpf.PersonaStore : Folks.PersonaStore
this._logger.favourite_contacts_changed.connect (
this._favourite_contacts_changed_cb);
this._initialise_favourite_contacts.begin ((o, r) =>
- {
- try
- {
- this._initialise_favourite_contacts.end (r);
- }
- catch (GLib.Error e)
- {
- warning ("Failed to initialise favourite contacts: %s",
- e.message);
- }
- });
+ {
+ debug ("FAVOURITE INIT DONE");
+ try
+ {
+ this._initialise_favourite_contacts.end (r);
+ }
+ catch (GLib.Error e)
+ {
+ warning ("Failed to initialise favourite contacts: %s",
+ e.message);
+ }
+ });
this.account.notify["connection"].connect (
this._notify_connection_cb);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]