Bug 76075

Summary: no way to say how to adjust score
Product: [Unmaintained] knode Reporter: heikki
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 0.7.2   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description heikki 2004-02-24 22:53:25 UTC
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...
Comment 1 Volker Krause 2004-07-24 18:30:21 UTC
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