[Knode-devel] [Bug 76075] no way to say how to adjust score
Volker Krause
volker.krause at rwth-aachen.de
Sat Jul 24 18:30:23 CEST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=76075
volker.krause rwth-aachen de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From volker.krause rwth-aachen de 2004-07-24 18:30 -------
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
More information about the Knode-devel
mailing list