Version: 0.7.2 (using KDE 3.1.5) Installed from: Gentoo Compiler: gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice) OS: Linux (i686) release 2.6.1 in Knode / Scoring / Edit Scoring Rules, there is no way to specify how the scoring should be adjusted, if that option is selected from the pull-down list. For some reason things work all right if I choose Raise/Lower score for author. I still can not see how much the score is adjusted by, and not edit that either. It is worse if I try to create a new rule directly from Edit Scoring Rules, I can say that the rule should adjust the scoring, but specify how much, or in which direction to adjust...
CVS commit by vkrause: Don't mix manually chosen and automatically assinged id's. CCMAIL: 62305-done@bugs.kde.org, 76075-done@bugs.kde.org M +1 -1 kscoringeditor.cpp 1.40 --- kdepim/libkdenetwork/kscoringeditor.cpp #1.39:1.40 @@ -188,5 +188,5 @@ SingleActionWidget::SingleActionWidget(K dummyLabel = new QLabel(i18n("Select an action."), stack); - stack->addWidget(dummyLabel); + stack->addWidget(dummyLabel, 0); // init widget stack and the types combo box