Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Paul Batrina
Ark
Commits
ae9cf29e
Commit
ae9cf29e
authored
Jun 15, 2009
by
Raphael Kubo da Costa
Browse files
Use our own setters here
svn path=/trunk/KDE/kdeutils/ark/; revision=982334
parent
b5efe301
Changes
1
Hide whitespace changes
Inline
Side-by-side
kerfuffle/batchextract.cpp
View file @
ae9cf29e
...
...
@@ -248,8 +248,8 @@ bool BatchExtract::showExtractDialog()
m_subfolder
=
dialog
->
subfolder
();
}
m_a
utoSubfolder
s
=
dialog
->
autoSubfolders
();
m_p
reservePaths
=
dialog
->
preservePaths
();
setA
utoSubfolder
(
dialog
->
autoSubfolders
()
)
;
setP
reservePaths
(
dialog
->
preservePaths
()
)
;
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment