summaryrefslogtreecommitdiff
path: root/src/leap/gui/mainwindow.py
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-07-19 12:17:43 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-07-19 12:17:43 -0300
commite5b50a129f6cb276fd20d9969cb7d300265f40e1 (patch)
treec6ab9a42b8363317251e4258fa371ed3d4dcdc4b /src/leap/gui/mainwindow.py
parent7ec29145b064afab312cb57e74dc33c38da1e3ea (diff)
parent0e92595da3844516d9a67bbbbd88c2957f0a29bc (diff)
Merge remote-tracking branch 'chiiph/bug/signal_emit_segfault' into develop
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r--src/leap/gui/mainwindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index 6ee8b028..6fe3e72d 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -321,7 +321,7 @@ class MainWindow(QtGui.QMainWindow):
# Refer to http://www.themacaque.com/?p=1067 for funny details.
self._wizard.show()
if IS_MAC:
- self._wizard._raise()
+ self._wizard.raise_()
self._wizard.finished.connect(self._wizard_finished)
def _wizard_finished(self):
@@ -1304,7 +1304,7 @@ class MainWindow(QtGui.QMainWindow):
self.setWindowFlags(self.windowFlags() & ~TOPFLAG)
self.show()
if IS_MAC:
- self._raise()
+ self.raise_()
def _cleanup_pidfiles(self):
"""