[folks] inspect: Fix use of a deprecated NoteFieldDetails property
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] inspect: Fix use of a deprecated NoteFieldDetails property
- Date: Wed, 21 Dec 2011 17:53:32 +0000 (UTC)
commit c05b0a64acc35f47f8474094a1c378e22d874954
Author: Philip Withnall <philip tecnocode co uk>
Date: Wed Dec 21 17:52:05 2011 +0000
inspect: Fix use of a deprecated NoteFieldDetails property
tools/inspect/utils.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/inspect/utils.vala b/tools/inspect/utils.vala
index d3c7d64..72620b9 100644
--- a/tools/inspect/utils.vala
+++ b/tools/inspect/utils.vala
@@ -368,7 +368,7 @@ private class Folks.Inspect.Utils
{
output_string += ", ";
}
- output_string += note.uid;
+ output_string += note.id;
first = false;
}
output_string += " }";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]