summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/mainwindow.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-08-06 15:42:17 -0300
committerTomás Touceda <chiiph@leap.se>2014-08-06 15:42:17 -0300
commit0c6ec2f7a5aae716b76d508066fbb69b378fbf43 (patch)
tree53146a054c4df007717b5153cef61fad78cb02c5 /src/leap/bitmask/gui/mainwindow.py
parenta43edd95e531c4be733846aae4ee8273df0a11ad (diff)
parentf4e6d6a77b8b5498e9190c3d35841ef39222cfec (diff)
Merge remote-tracking branch 'refs/remotes/ivan/bug/pastebin-does-not-work' into develop
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r--src/leap/bitmask/gui/mainwindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py
index 25bda305..1bc4c96f 100644
--- a/src/leap/bitmask/gui/mainwindow.py
+++ b/src/leap/bitmask/gui/mainwindow.py
@@ -1837,7 +1837,7 @@ class MainWindow(QtGui.QMainWindow):
if self._wizard:
self._wizard.close()
- if self._logger_window:
+ if self._logger_window is not None:
self._logger_window.close()
# Set this in case that the app is hidden