Bug 228270

Summary: entry in listview still changes when cancel pressed
Product: [Applications] systemsettings Reporter: Samoilenko Yuri <kinnalru>
Component: generalAssignee: System Settings Bugs <sourtooth+ssbugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kinnalru
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Samoilenko Yuri 2010-02-24 07:40:24 UTC
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.
Comment 1 Christoph Feck 2010-02-26 00:02:04 UTC

*** This bug has been marked as a duplicate of bug 163693 ***