~ubuntu-branches/ubuntu/lucid/kdepim-runtime/lucid-proposed

« back to all changes in this revision

Viewing changes to resources/pop3/pop3resource.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-01-06 18:57:08 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100106185708-njxieh19nqhom3nd
Tags: 4:4.3.90-0ubuntu1
* New upstream beta release:
  - Bump build-depend versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    emit configurationDialogRejected();
102
102
  }
103
103
 
104
 
  if ( accountDialog ) {
105
 
    delete accountDialog;
106
 
  }
 
104
  delete accountDialog;
107
105
}
108
106
 
109
107
void POP3Resource::retrieveItems( const Akonadi::Collection &collection )