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:
@@ -93,6 +93,8 @@ PrefWindow::QuitRequested()
|
|||||||
|
|
||||||
if (index == 2)
|
if (index == 2)
|
||||||
_Save();
|
_Save();
|
||||||
|
else
|
||||||
|
_Revert();
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user