diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-09-01 11:40:18 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-09-01 11:40:18 -0300 |
commit | 15026db807efb12eb31325cacba20230ff1936b3 (patch) | |
tree | 3f9685307c301c13717df8a9ee4da97f250d7484 /src/leap/bitmask/gui/eip_status.py | |
parent | 37df6fde3fab3adfc9f7e733f165c2a35e510acf (diff) | |
parent | ad85a375eb74609c8a1d7a7a3a0a11b7489a2483 (diff) |
Merge remote-tracking branch 'refs/remotes/ivan/bug/5866_bitmask-lock-not-removed' into develop
Diffstat (limited to 'src/leap/bitmask/gui/eip_status.py')
-rw-r--r-- | src/leap/bitmask/gui/eip_status.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/leap/bitmask/gui/eip_status.py b/src/leap/bitmask/gui/eip_status.py index abd6e2c9..1c167335 100644 --- a/src/leap/bitmask/gui/eip_status.py +++ b/src/leap/bitmask/gui/eip_status.py @@ -303,7 +303,6 @@ class EIPStatusWidget(QtGui.QWidget): """ # XXX this name is unfortunate. "disable" is also applied to a # pushbutton being grayed out. - logger.debug('Hiding EIP start button') # you might be tempted to change this for a .setEnabled(False). # it won't work. it's under the claws of the state machine. @@ -334,7 +333,7 @@ class EIPStatusWidget(QtGui.QWidget): Triggered after a successful login. Enables the start button. """ - # logger.debug('Showing EIP start button') + logger.debug('Showing EIP start button') self.eip_button.show() self.hide_eip_cancel_button() |