Module: deluge Branch: master Commit: 3e6c956ac6ba3561a27bfd57e18310dca1ae0f30
Author: Damien Churchill <[email protected]> Date: Thu Mar 11 20:29:55 2010 +0000 change first_load to first_login in the ui config keys as well --- deluge/ui/web/server.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/web/server.py b/deluge/ui/web/server.py index 32b01e2..493ad36 100644 --- a/deluge/ui/web/server.py +++ b/deluge/ui/web/server.py @@ -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 = ( -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
