[folks] Add bug number to comment about create_source_registry.



commit 3bf5a412d1d0144c7611b90284450920aa6b31cb
Author: Jeremy Whiting <jpwhiting kde org>
Date:   Tue Jun 12 10:40:43 2012 -0600

    Add bug number to comment about create_source_registry.

 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 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;
 



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