Version: (using Devel) Compiler: g++ (SUSE Linux) 4.3.2 [gcc-4_3-branch revision 141291] openSUSE 11.1 with default suse permissions OS: Linux Installed from: Compiled sources When opening the K3b Setup module in System Settings on a recent ( SVN revision 964656 ) build the K3b setup module claims that it has "unsaved" changes even when none were made, and pressing the "Reset" button has no effect. Modules should not make changes automatically, and should always offer the user the option to revert their changes through either Defaults or Reset ( neither of which had any effect, or made any apparent changes )
This was done on purpose, so I have changed severity of this bug to "wish".
SVN commit 1033799 by mmalek: * Don't check automatically programs and devices whose permissions need to be changed. KCM modules should not be marked as "changed" by default. * Don't display check indicators for programs/devices with correct permissions * Don't display "Successfully updated all permissions" message at the end - no message is a good message BUG: 192017 M +1 -9 k3bsetup.cpp M +36 -20 k3bsetupdevicesmodel.cpp M +33 -18 k3bsetupprogramsmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1033799