luzfcb / tintwizard

Automatically exported from code.google.com/p/tintwizard
2 stars 0 forks source link

"Show System Tray" check/uncheck settings not being *read* correctly (typo in parseProp) #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load any configuration
2. *Uncheck* the "Show System Tray" checkbox, save, settings are saved fine
3. Reload your settings, the "Show System Tray" checkbox is *checked*

What is the expected output? What do you see instead?
The "Show System Tray" checkbox should be unchecked.

What version of the product are you using? On what operating system?
HEAD on archlinux

Please provide any additional information below.

Line #1655 in tintwizard.py 
(http://code.google.com/p/tintwizard/source/browse/trunk/tintwizard.py#1655) 
should read "systray" instead of "tray".

Original issue reported on code.google.com by manuel....@gmail.com on 2 Nov 2011 at 4:39

GoogleCodeExporter commented 9 years ago
Thanks for such detailed feedback; this has been fixed in r209.

Original comment by eua...@gmail.com on 2 Nov 2011 at 7:51