Skip to content

Commit

Permalink
Fixes typo in ae56989 showing password in dialog
Browse files Browse the repository at this point in the history
Ticket: 865
  • Loading branch information
remram44 committed Jun 4, 2014
1 parent d13291c commit 1414ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vistrails/packages/dialogs/init.py
Expand Up @@ -83,7 +83,7 @@ class PasswordDialog(TextDialog):
_input_ports = [('label', basic_modules.String,
{'optional': True, 'defaults': "['Password']"})]

password = True
mode = QtGui.QLineEdit.Password


class YesNoDialog(Dialog):
Expand Down

0 comments on commit 1414ccc

Please sign in to comment.