[Kolab-devel] [issue4007] Event editor: Missing label for repeat (recurrance)
Bernhard Reiter
issues at kolab.org
Wed Dec 23 16:03:05 CET 2009
New submission from Bernhard Reiter <bernhard at intevation.de>:
The event dialog misses a label for "recurrance" (or "repeat").
See kontact-20091223-1.png.
This is probably a coding oversight in
koeditorgeneralevent.cpp, which reads:
QLabel *label = new QLabel( i18n( "Repeat:" ), timeBoxFrame );
layoutTimeBox->addWidget( label, 2, 0 );
QBoxLayout *recLayout = new QHBoxLayout();
layoutTimeBox->addMultiCellLayout( recLayout, 2, 2, 1, 4 );
mRecEditButton = new QPushButton( i18n("Does not repeat..."), timeBoxFrame );
recLayout->addWidget( mRecEditButton );
connect( mRecEditButton, SIGNAL(clicked()), SIGNAL(editRecurrence()) );
recLayout->addStretch( 1 );
label = new QLabel( i18n("Reminder:"), timeBoxFrame );
layoutTimeBox->addWidget( label, 3, 0 );
QBoxLayout *alarmLineLayout = new QHBoxLayout();
layoutTimeBox->addMultiCellLayout( alarmLineLayout, 3, 3, 1, 4 );
initAlarm( timeBoxFrame, alarmLineLayout );
alarmLineLayout->addStretch( 1 );
The first quited two lines are fishy, a) there is a "QLabel *label"
which is missing from the other lines and "label" is reused.
e35 Etch Version: 4:3.5.10.enterprise.0.20091222.1065138-kk1
(I accept this a regression, because we had actually fixed this dialog.)
----------
assignedto: allen
files: kontact-20091223-1.png
keyword: enterprise35, kde client, kkc
messages: 22944
nosy: allen, bernhard, ludwig, tmcguire
priority: bug
status: unread
title: Event editor: Missing label for repeat (recurrance)
______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue4007>
______________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kontact-20091223-1.png
Type: image/png
Size: 41278 bytes
Desc: not available
URL: <http://lists.kolab.org/pipermail/devel/attachments/20091223/b5cc0f8b/attachment.png>
More information about the devel
mailing list