Convert API key to uppercase on input
authorRyan Campbell <campbellr@gmail.com>
Mon, 24 May 2010 18:15:05 +0000 (12:15 -0600)
committerRyan Campbell <campbellr@gmail.com>
Mon, 24 May 2010 18:15:05 +0000 (12:15 -0600)
commitade474a0cbe1266cfcf25cea381897b76c8530a3
treed3293f6937f3fbe16b779a74420d74a41af0b5fa
parenta6cc3e9b4ace1f0803f55af003cbd3b9a62ea429
Convert API key to uppercase on input

A user was having problems getting his credentials to work, it turns out that
the API key is case sensitive.

We now automatically convert the letters in the API key to
upper-case before adding it to gconf. This was the user can input either
lower-case or upper-case letters, and both will work.
package/src/ui/diablo/gui.py
package/src/ui/fremantle/gui.py
package/src/validation.py