Version: 0.7.7 (using KDE KDE 3.2.3) Installed from: Gentoo Packages Compiler: g++ (GCC) 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6) OS: Linux 1) invoke Rule Editor from Scoring menu, add a new rule (criteria doesn't matter) 2) invoke Rule Editor again, select rule added in step 1 3) modify rule, e.g., change name, or change groups, etc. 4) click CANCEL 5) invoke Rule Editor a third time, select rule, see changes made in step 3
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(); }