/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-05 21:49:43 UTC
  • Revision ID: edam@waxworlds.org-20110505214943-bg0cn6qz0gr49dlk
- updated TODO
- made varibale names consistent (camelCaseVariables now_use_underscores)

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 VcardImporter( this );
 
435
                _importer = new VCFImporter( this );
436
436
 
437
437
                // start the service's thread
438
438
                _importer.start();