[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/kalarm
From:       David Jarvie <software () astrojar ! org ! uk>
Date:       2008-10-25 18:12:27
Message-ID: 1224958347.573409.751.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 875820 by djarvie:

Fix crash when editing templates.
Fix wrong control text referred to in whatsthis.

 M  +2 -2      editdlg.cpp  


--- trunk/KDE/kdepim/kalarm/editdlg.cpp #875819:875820
@@ -326,7 +326,7 @@
 		mTemplateAnyTime = new RadioButton(i18nc("@option:radio", "Date only"), \
templateTimeBox);  mTemplateAnyTime->setFixedSize(mTemplateAnyTime->sizeHint());
 		mTemplateAnyTime->setReadOnly(mReadOnly);
-		mTemplateAnyTime->setWhatsThis(i18nc("@info:whatsthis", "Set the \
<interface>Date</interface> option for alarms based on this template.")); \
+		mTemplateAnyTime->setWhatsThis(i18nc("@info:whatsthis", "Set the <interface>Any \
time</interface> option for alarms based on this template."));  \
mTemplateTimeGroup->addButton(mTemplateAnyTime);  grid->addWidget(mTemplateAnyTime, \
1, 0, Qt::AlignLeft);  
@@ -521,7 +521,7 @@
 		mRecurrenceEdit->setDefaults(defaultTime);   // must be called after mTimeWidget \
is set up, to ensure correct date-only enabling  slotRecurFrequencyChange();      // \
update the Recurrence text  }
-	if (mReminder)
+	if (mReminder  &&  mTimeWidget)
 		mReminder->setDefaultUnits(mTimeWidget->getDateTime(0, false, false));
 
 	if (!deferGroupVisible  &&  mDeferGroup)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic