Fixed ticket #5032. The PrefWindow reverts the settings if, on exit,

the user chooses not to save.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34242 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2009-11-25 12:40:27 +00:00
parent cf844822db
commit f03034d7c9
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ PrefWindow::QuitRequested()
if (index == 2)
_Save();
else
_Revert();
return true;
}