~ubuntu-branches/ubuntu/maverick/kdeutils/maverick-proposed

« back to all changes in this revision

Viewing changes to ark/part/part.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-06-08 21:18:35 UTC
  • mfrom: (1.2.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20100608211835-cbqyi7niq15bl48w
Tags: 4:4.4.85-0ubuntu1
* New upstream beta release
  - Bump build-depends
  - Drop README.source no longer need
  - Update install files
  - Add separator in printer-applet depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
 
177
177
    kDebug() << "selected files are " << files;
178
178
    Kerfuffle::ExtractionOptions options;
 
179
    options["PreservePaths"] = true;
179
180
    if (!internalRoot.isNull()) options["RootNode"] = internalRoot;
180
181
 
181
182
    ExtractJob *job = m_model->extractFiles(files, localPath, options);