From 3bf5a412d1d0144c7611b90284450920aa6b31cb Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Tue, 12 Jun 2012 10:40:43 -0600 Subject: [PATCH] Add bug number to comment about create_source_registry. --- backends/eds/lib/edsf-persona-store.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala index 393feb7..032c012 100644 --- a/backends/eds/lib/edsf-persona-store.vala +++ b/backends/eds/lib/edsf-persona-store.vala @@ -29,7 +29,7 @@ using GLib; extern const string BACKEND_NAME; /* The following function is needed in order to use the async SourceRegistry - * constructor. */ + * constructor. FIXME: https://bugzilla.gnome.org/show_bug.cgi?id=659886 */ [CCode (cname = "e_source_registry_new", cheader_filename = "libedataserver/libedataserver.h", finish_function = "e_source_registry_new_finish")] public extern static async E.SourceRegistry create_source_registry (GLib.Cancellable? cancellable = null) throws GLib.Error; -- 2.7.4