quote:
Originally posted by warmth
1. Installing over previous version got me a wrong key combination... when I checked the settings panel... none of the CTRL/ALT/SHIFT were selected... so I deduced that there aren't declared a default settings after installation. So pressing only Q displayed the menu.
Fixed now. The registry functions are supposed to write a value if it doesn't exist, but it messes up because they're already there. I've added extra functions to clear this up on initialization.
quote:
Originally posted by warmth
2. Clicking over the tittle gave me this result:
code:
Messenger Conversations:
> Show group conversations: false
Messenger Information
> Show contact information: false
Messenger Contact List
> Show offline contacts: false
> Show blocked contacts: false
> Use advanced contact menu: false
> Show contact details: false
Messenger Status
> Show sign-out option: false
Global Options
> Disable menus on lock: false
> Show name, not email: false
Clicking the title copies all the options, but they should all be true by default. Again, the registry functions don't write these when upgrading, but this is fixed now.
I'll re-release the script in a minute. EDIT: done!