[folks] inspect: Fix use of a deprecated NoteFieldDetails property



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]