enc cleanup

This commit is contained in:
Marcos Pinto 2007-06-07 19:21:58 +00:00
parent d2ca1cc97e
commit 5a04b7aeed
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ def open_url_in_browser(dialog, link):
# Encryption States
class EncState:
enabled, disabled, forced = range(3)
forced, enabled, disabled = range(3)
class EncLevel:
plaintext, both, rc4 = range(3)
plaintext, rc4, both = range(3)