~pimvullers/dexter-contacts/fix-bug-952206

« back to all changes in this revision

Viewing changes to src/contacts-contact.vala

  • Committer: Mario Guerriero
  • Date: 2012-02-12 16:30:36 UTC
  • Revision ID: mefrio.g@gmail.com-20120212163036-zr3ws165qf423003
updated the layout as it should be in the 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
    return null;
198
198
  }
199
199
 
200
 
  public static bool persona_has_writable_property (Persona persona, string property) {
 
200
  public static bool persona_has_writeable_property (Persona persona, string property) {
201
201
    // TODO: This should check the writibility on the FakePersona store,
202
202
    // but that is not availible in folks yet
203
203
    if (persona is FakePersona)