~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to kmail/annotationjobs.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-10-03 22:27:55 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20091003222755-nm1u1hm80385m8h3
Tags: 4:4.3.2-0ubuntu1
* New upstream release
  - Bump build-deps
  - Remove kubuntu_02_dimap_folder_rename_fix.diff fixed by upstream
  - Remove ktimeticker obsolete package from kontact suggests
  - Remove several oxygen icons which also are in kde-icons-oxygen,
    add in not-installed

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
  GetAnnotationJob* getJob = static_cast<GetAnnotationJob *>( job );
119
119
  const AnnotationList& lst = getJob->annotations();
120
120
  for ( int i = 0 ; i < lst.size() ; ++ i ) {
121
 
    kDebug() <<"found annotation" << lst[i].name <<" =" << lst[i].value;
 
121
    //kDebug() <<"found annotation" << lst[i].name <<" =" << lst[i].value;
122
122
    if ( lst[i].name.startsWith( QLatin1String("value.") ) ) { // value.priv or value.shared
123
123
      found = true;
124
124
      value = lst[i].value;