~mefrio-g/dexter-rolodex/dexter-vala

« back to all changes in this revision

Viewing changes to src/Dialogs/ContactDialog.vala

  • Committer: Mario Guerriero
  • Date: 2011-11-22 18:01:38 UTC
  • Revision ID: mefrio.g@gmail.com-20111122180138-cisoclcmo277388c
added a .desktop file and fixed some EDS things

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
                    address = this.address.get_all ();
233
233
                    note = noteview.buffer.text;
234
234
                    
235
 
                var contact = new E.Contact ();
 
235
                        var contact = new E.Contact ();
236
236
                
237
237
                contact.full_name = full_name;
238
238
 
242
242
                contact.birth_date = date;
243
243
                
244
244
                contact.note = note;
245
 
                        
 
245
 
246
246
            window.ebook.add_contact (contact);
247
247
 
248
248