/android/export-contacts

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

« back to all changes in this revision

Viewing changes to src/org/waxworlds/edam/exportcontacts/Exporter.java

  • Committer: edam
  • Date: 2011-06-11 12:18:58 UTC
  • Revision ID: edam@waxworlds.org-20110611121858-qsnx7bgi583m6qe8
- changed "written" to "exported"

Show diffs side-by-side

added added

removed removed

265
265
        protected void exportContacts() throws AbortExportException
266
266
        {
267
267
                // set up a contact reader
268
 
                ContactAccessor contact_reader =
269
 
                        new ContactsContactAccessor( _doit, this );
 
268
                ContactReader contact_reader = new ContactsContactReader( _doit, this );
270
269
                int num_contacts = contact_reader.getNumContacts();
271
270
                if( num_contacts == 0 )
272
271
                        showError( R.string.error_nothingtodo );