[folks] eds: Ensure that errors are thrown by Edsf.PersonaStore.prepare() properly



commit 202cdad7b57a3e15ff8c1f48bf576508f5bd2fb5
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Jul 12 20:23:22 2011 +0100

    eds: Ensure that errors are thrown by Edsf.PersonaStore.prepare() properly

 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 e4ecdc5..a334e96 100644
--- a/backends/eds/lib/edsf-persona-store.vala
+++ b/backends/eds/lib/edsf-persona-store.vala
@@ -340,7 +340,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore
    *
    * @since 0.5.UNRELEASED
    */
-  public override async void prepare ()
+  public override async void prepare () throws PersonaStoreError
     {
       /* FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=652637 */
       lock (this._is_prepared)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]