Bug 76075 - no way to say how to adjust score
Summary: no way to say how to adjust score
Status: RESOLVED FIXED
Alias: None
Product: knode
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: 0.7.2
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 22:53 UTC by heikki
Modified: 2004-07-24 18:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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