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

« back to all changes in this revision

Viewing changes to kmail/kmmimeparttree.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
    return;
299
299
 
300
300
  partNode *node = static_cast<KMMimePartTreeItem *>( selected.first() )->node();
301
 
  QString name = mReaderWin->tempFileUrlFromPartNode( node ).path();
 
301
  QString name = mReaderWin->tempFileUrlFromPartNode( node ).toLocalFile();
302
302
 
303
303
  mReaderWin->prepareHandleAttachment( node->nodeId(), name );
304
304
  mReaderWin->slotHandleAttachment( action );