Version: (using KDE 4.4.0) OS: Linux Installed from: Gentoo Packages When I do any changes in any config-page in systemsettings(for example apperaence->style), and then trying to change page(for example on system) then question dialog appeared: "Do you wish to save changes?" - "yes, no, cancel". When "cancel" button is pressed - the right config window remains, but left listview(in tree view mode) item is switching to line I select(to system). I reached this bug when make own dialog through KPageDialog. I try to handle this fallback using KPageDialog::currentPageChanged(KPageWidgetItem *current, KPageWidgetItem *before) signal, and when in connected slot I call currentPageChanged::setCurrentPage(before), then such effect appeared.
*** This bug has been marked as a duplicate of bug 163693 ***