From d7398464a997bcb02e0900728365d74c5105d443 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Feb 2015 10:06:05 +0900 Subject: 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 --- tdefilereplace/tdefilereplacepart.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tdefilereplace/tdefilereplacepart.h') 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 -- cgit v1.2.1