~ubuntu-branches/ubuntu/utopic/akonadi/utopic

« back to all changes in this revision

Viewing changes to server/src/handler/searchpersistent.cpp

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2014-04-08 10:30:38 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20140408103038-nj5ew1gbnpxzpp2e
Tags: 1.12.1-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
    return failureResponse( "Unable to commit transaction" );
113
113
  }
114
114
 
115
 
  SearchManager::instance()->updateSearchAsync( col );
 
115
  SearchManager::instance()->updateSearch( col );
116
116
 
117
117
  const QByteArray b = HandlerHelper::collectionToByteArray( col );
118
118