Summary: | no way to say how to adjust score | ||
---|---|---|---|
Product: | [Unmaintained] knode | Reporter: | heikki |
Component: | general | Assignee: | 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
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 |