=?utf-8?q?=5Bfolks=5D_Bug_684954_=E2=80=94_Debug_message_claim_that_Indiv?= =?utf-8?q?idual_are_created_with_no_personas?=
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] Bug 684954 â Debug message claim that Individual are created with no personas
- Date: Fri, 28 Sep 2012 17:29:42 +0000 (UTC)
commit c6e7980430f5c9c3a43aad68aa6070300d3f90f1
Author: Philip Withnall <philip tecnocode co uk>
Date: Fri Sep 28 18:27:27 2012 +0100
Bug 684954 â Debug message claim that Individual are created with no personas
Fix the debug message in the Individual constructor.
Closes: https://bugzilla.gnome.org/show_bug.cgi?id=684954
NEWS | 1 +
folks/individual.vala | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index b775862..6a61cf6 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ Bugs fixed:
Telepathy account
â Bug 672709 â Add new interaction details properties to individuals
(follow-up patch)
+â Bug 684954 â Debug message claim that Individual are created with no personas
Overview of changes from libfolks 0.7.4 to libfolks 0.7.4.1
===========================================================
diff --git a/folks/individual.vala b/folks/individual.vala
index f301dd9..5e43736 100644
--- a/folks/individual.vala
+++ b/folks/individual.vala
@@ -1152,13 +1152,13 @@ public class Folks.Individual : Object,
public Individual (Set<Persona>? personas)
{
Object (personas: personas);
- }
- construct
- {
debug ("Creating new Individual with %u Personas: %p",
this._persona_set.size, this);
+ }
+ construct
+ {
this._persona_set_ro = this._persona_set.read_only_view;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]