[folks] tracker: Unmark a method as asynchronous
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] tracker: Unmark a method as asynchronous
- Date: Wed, 27 Jun 2012 19:39:23 +0000 (UTC)
commit 6313ad3c01ab7f047e5b83671b52de5834cb4071
Author: Philip Withnall <philip tecnocode co uk>
Date: Sun Jun 24 20:21:55 2012 +0100
tracker: Unmark a method as asynchronous
Private method, didnât need to be asynchronous.
backends/tracker/lib/trf-persona-store.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/backends/tracker/lib/trf-persona-store.vala b/backends/tracker/lib/trf-persona-store.vala
index 1972fe1..51e22aa 100644
--- a/backends/tracker/lib/trf-persona-store.vala
+++ b/backends/tracker/lib/trf-persona-store.vala
@@ -1182,7 +1182,7 @@ public class Trf.PersonaStore : Folks.PersonaStore
return;
}
- yield this._build_urn_prefix_table ();
+ this._build_urn_prefix_table ();
this._prefix_tracker_id = new Gee.TreeMap<string, int> ();
@@ -1219,7 +1219,7 @@ public class Trf.PersonaStore : Folks.PersonaStore
}
}
- private async void _build_urn_prefix_table ()
+ private void _build_urn_prefix_table ()
{
if (this._urn_prefix != null)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]