diff options
author | Michele Calgaro <[email protected]> | 2015-02-02 10:06:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2015-02-02 10:06:05 +0900 |
commit | d7398464a997bcb02e0900728365d74c5105d443 (patch) | |
tree | f993ba051c96eac4e5b61b64bf2def39c98dcd24 /tdefilereplace/tdefilereplacepart.h | |
parent | 23b906b576c51c02770bc9645c4b7291f5f3d6a7 (diff) | |
download | tdeutils-d7398464a997bcb02e0900728365d74c5105d443.tar.gz tdeutils-d7398464a997bcb02e0900728365d74c5105d443.zip |
TDEFileReplace: fixed unresponsive GUI and application crash when circular references are found on the file system.
Added a message to advice the user of the possible circular reference. This relates to bug 2264.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefilereplace/tdefilereplacepart.h')
-rw-r--r-- | tdefilereplace/tdefilereplacepart.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tdefilereplace/tdefilereplacepart.h b/tdefilereplace/tdefilereplacepart.h index 579f7ab..34a91da 100644 --- a/tdefilereplace/tdefilereplacepart.h +++ b/tdefilereplace/tdefilereplacepart.h @@ -42,8 +42,9 @@ class TDEFileReplacePart: public KParts::ReadOnlyPart TDEAboutApplication* m_aboutDlg; KeyValueMap m_replacementMap; RCOptions* m_option; - bool m_stop, - m_searchingOperation; + bool m_stop; + bool m_searchingOperation; + bool m_circ_ref_warning_shown; int m_optionMask; public://Constructors |