Version: KDE: 4.1.87 (KDE 4.1.87 (KDE 4.2 >= 20090101)) kdelibs svn rev. 904849 / kdebase svn rev. 904849 (using Devel) Compiler: gcc OS: Linux Installed from: Compiled sources Here using: Qt: 4.4.3 + qt-copy-patches-889120 KDE: 4.1.87 (KDE 4.1.87 (KDE 4.2 >= 20090101)) kdelibs svn rev. 904849 / kdebase svn rev. 904849 on ArchLinux x86_64 - Kernel 2.6.27.10 --- There is a wrong behaviour when importing color scheme files into Colors configuration in SystemSettings. Steps to Reproduce - Open SystemSetting - Go to Appearance / Colors - Import a color scheme from a File (a scheme that you don't actually have) - Select the file and click OK The color scheme is imported, and the new row highlighted in the color schemes list. However , the apply button isn't activated. (bug 179547) - Close SystemSettings (don't apply and keep using the same color scheme you were using) - Open SystemSetting - Go to Appearance / Colors The color scheme imported in the last SS session is in the list. - Import the color scheme using the same file as before. A "Do you want to overwrite" dialog appears - Select "Cancel" in the dialog Now, the "Current" item is selected in the color scheme list, however, the preview shows the imported (and cancelled) color scheme, and the Apply button is activated. Clicking "Apply" will set the imported color scheme as the used scheme
Created attachment 29876 [details] Proposed patch I'm not really sure if the patch affects something else or if it's safe.
*** Bug 179547 has been marked as a duplicate of this bug. ***
SVN commit 930229 by darioandres: Enable apply button on importing color scheme Fix some wrong behaviour on cancelling an overwrite dialog on importing a color scheme Added Q_UNUSED in some functions BUG: 179551 M +45 -8 colorscm.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=930229
SVN commit 930232 by darioandres: Backport to branch4.2 of: SVN commit 930229 by darioandres: Enable apply button on importing color scheme Fix some wrong behaviour on cancelling an overwrite dialog on importing a color scheme Added Q_UNUSED in some functions CCBUG: 179551 M +45 -8 colorscm.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=930232