/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

« back to all changes in this revision

Viewing changes to src/org/waxworlds/edam/importcontacts/Doit.java

  • Committer: edam
  • Date: 2011-05-30 14:04:51 UTC
  • Revision ID: edam@waxworlds.org-20110530140451-d99fy3zoi6zq1jf2
- renamed VCFImporter to VcardImporter and VCard to Vcard

Show diffs side-by-side

added added

removed removed

432
432
                ( (Button)findViewById( R.id.back ) ).setEnabled( false );
433
433
 
434
434
                // create importer
435
 
                _importer = new VCFImporter( this );
 
435
                _importer = new VcardImporter( this );
436
436
 
437
437
                // start the service's thread
438
438
                _importer.start();