Version: 1.6.82 (using KDE Devel) Installed from: Compiled sources Compiler: GCC 3.4.1 OS: Linux Steps to reproduce: 1. Open KMail 2. Select Settings > Configure KMail 3. Got to Appearance > Headers 4. Set the Date display to custom format 5. Click OK 6. Open the settings dialog again 7. Edit the Custom format field Results Apply button doesn't get activated and if you click OK the new format isn't saved. Expected When Custom format field is changed the Apply button should get activated and clicking OK should save new settings.
Confirmed with HEAD.
I still see this bug in KMail compiled on 2005-01-27.
CVS commit by hasso: Emit signal if custom date format string is changed. BUGS:86269 M +2 -0 configuredialog.cpp 1.529 --- kdepim/kmail/configuredialog.cpp #1.528:1.529 @@ -2014,4 +2014,6 @@ AppearancePageHeadersTab::AppearancePage connect( radio, SIGNAL(toggled(bool)), mCustomDateFormatEdit, SLOT(setEnabled(bool)) ); + connect( mCustomDateFormatEdit, SIGNAL(textChanged(const QString&)), + this, SLOT(slotEmitChanged(void)) ); QString customDateWhatsThis = i18n("<qt><p><strong>These expressions may be used for the date:" Seems, that I don't have enough karma to close bug though.
Fixed in both - HEAD and KDE_3_4_BRANCH.
You need to log in before you can comment on or make changes to this bug.