google-code-export / gccv2

Automatically exported from code.google.com/p/gccv2
1 stars 0 forks source link

Some settings are not saved #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Modify Settings
2. Close application
3. Open application
4. Check Settings

What is the expected output? 
All settings are preserved.

What do you see instead?
Some settings are reverted to default values.

Original issue reported on code.google.com by cristian...@gmail.com on 6 Jul 2009 at 7:29

GoogleCodeExporter commented 9 years ago
The issue was generates by CwHashPassword being null when CwHashPassword.length 
was
called (the error was masked).

Solution: Initialize CwHashPassword  to "".

Original comment by cristian...@gmail.com on 6 Jul 2009 at 7:31