| Summary: | Rule Editor dialog saves changes even if Cancel pressed | ||
|---|---|---|---|
| Product: | [Unmaintained] knode | Reporter: | Jack D. Unrue <jdunrue> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.7.7 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jack D. Unrue
2004-07-27 05:23:26 UTC
CVS commit by vkrause: No need to update the scoring rule list after clicking on cancel, especially since this recovers the just discarded settings and thus always saves your changes. CCMAIL: 86068-done@bugs.kde.org M +0 -1 kscoring.cpp 1.50 --- kdepim/libkdenetwork/kscoring.cpp #1.49:1.50 @@ -1117,5 +1117,4 @@ void KScoringManager::popRuleList() { stack.pop(allRules); - emit changedRules(); } |