J :
* Partial fix for issue 380. * This remove a bug where a variable was not initialized in profiles. * The impact on this could have ranged all the way to a full trashing of the user configuration files (though it requires some bad luck)
This commit is contained in:
@@ -122,11 +122,12 @@ class OptionProfile:public OptionDirectory{
|
||||
virtual void Entering(JButton key);
|
||||
virtual void Reload();
|
||||
virtual void Render();
|
||||
virtual void initSelections();
|
||||
virtual void confirmChange(bool confirmed);
|
||||
virtual void updateValue();
|
||||
void populate();
|
||||
private:
|
||||
GameApp * app;
|
||||
private:
|
||||
GameApp * app;
|
||||
JGuiListener * listener;
|
||||
bool canSelect;
|
||||
string preview;
|
||||
|
||||
Reference in New Issue
Block a user