change first_load to first_login in the ui config keys as well

This commit is contained in:
Damien Churchill 2010-03-11 20:29:55 +00:00
parent 3a54a9aebc
commit 3e6c956ac6
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ CONFIG_DEFAULTS = {
UI_CONFIG_KEYS = (
"theme", "sidebar_show_zero", "sidebar_show_trackers",
"show_session_speed", "base", "first_load"
"show_session_speed", "base", "first_login"
)
OLD_CONFIG_KEYS = (