summaryrefslogtreecommitdiff
path: root/src/leap/gui/mainwindow.py
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-06-20 16:23:32 -0300
committerTomas Touceda <chiiph@leap.se>2013-06-20 16:23:32 -0300
commit4cfe344fceb16d19936fa8d0d2f6bdaa7e747740 (patch)
tree239f1340ebcbc29046c21a6917fcf0bc674c4248 /src/leap/gui/mainwindow.py
parent7fa8d1580fd17a248e24350d30dfc3d9a0d7e322 (diff)
parent4a422c92ae83453807074afca6c2f038823e296f (diff)
Merge remote-tracking branch 'kali/bug/hide-mx' into develop
Diffstat (limited to 'src/leap/gui/mainwindow.py')
-rw-r--r--src/leap/gui/mainwindow.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/gui/mainwindow.py b/src/leap/gui/mainwindow.py
index a3c601c5..2ed01917 100644
--- a/src/leap/gui/mainwindow.py
+++ b/src/leap/gui/mainwindow.py
@@ -110,10 +110,14 @@ class MainWindow(QtGui.QMainWindow):
QtGui.QMainWindow.__init__(self)
# register leap events
+
+ # XXX ------- this is blocking -----------
register(signal=proto.UPDATER_NEW_UPDATES,
callback=self._new_updates_available)
register(signal=proto.RAISE_WINDOW,
callback=self._on_raise_window_event)
+ # XXX ------- this is blocking -----------
+
self._quit_callback = quit_callback
self._updates_content = ""