Merge lp:~pimvullers/dexter-contacts/fix-bug-952206 into lp:dexter-contacts/0.1

Proposed by Pim Vullers
Status: Merged
Approved by: Mario Guerriero
Approved revision: 699
Merged at revision: 699
Proposed branch: lp:~pimvullers/dexter-contacts/fix-bug-952206
Merge into: lp:dexter-contacts/0.1
Diff against target: 12 lines (+1/-1)
1 file modified
src/contacts-linking.vala (+1/-1)
To merge this branch: bzr merge lp:~pimvullers/dexter-contacts/fix-bug-952206
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+96919@code.launchpad.net

Commit message

Description of the change

Changed visibility of PersonaAttribute from internal to public

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/contacts-linking.vala'
2--- src/contacts-linking.vala 2012-02-13 16:10:14 +0000
3+++ src/contacts-linking.vala 2012-03-11 12:55:21 +0000
4@@ -21,7 +21,7 @@
5 using Gee;
6
7 namespace Contacts {
8- internal abstract class PersonaAttribute : Object {
9+ public abstract class PersonaAttribute : Object {
10 public string property_name;
11
12 public static HashSet<PersonaAttribute> create_set () {

Subscribers

People subscribed via source and target branches