[folks] e-d-s: always open address books (regardless of it existing or not)
- From: Raul Gutierrez Segales <raulgs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] e-d-s: always open address books (regardless of it existing or not)
- Date: Wed, 14 Sep 2011 19:52:02 +0000 (UTC)
commit a777291da82253c6191d50a0067e76d9e3d6e026
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date: Wed Sep 14 20:50:40 2011 +0100
e-d-s: always open address books (regardless of it existing or not)
This helps Gnome Contacts which needs to make sure that at least
the system address book exists.
backends/eds/lib/edsf-persona-store.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala
index 90c160f..3e3f73f 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -530,7 +530,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
this._addressbook.notify["readonly"].connect (
this._address_book_notify_read_only_cb);
- yield this._addressbook.open (true, null);
+ yield this._addressbook.open (false, null);
}
catch (GLib.Error e1)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]