| Summary: | Find - okular crash in all documents | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Jiri Klement <jiri.klement> |
| Component: | general | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jiri Klement
2007-01-18 08:01:59 UTC
SVN commit 625053 by aacid:
okClicked is emitted by KDialog and this slot is connected to it, so if we emit it from there we end up in a infinite loop and we crash.
BUG: 140226
M +0 -1 kfinddialog.cpp
--- trunk/KDE/kdelibs/kdeui/findreplace/kfinddialog.cpp #625052:625053
@@ -606,7 +606,6 @@
}
}
m_find->addToHistory(pattern());
- emit okClicked();
if ( windowModality() != Qt::NonModal )
accept();
}
|