Code review comment for lp:~ralsina/ubuntuone-windows-installer/show_spinner

Revision history for this message
Roberto Alsina (ralsina) wrote :

The "extra" parameter is so that when the controller calls message_box.critical() instead of just displaying a QtGui.QMessageBox, it calls MainWindow.critical(), which hides the overlay, then shws the message box.

That way, I can ensure that the overlay is hidden when there is a popup and next() is not called.

Pushed the style fixes.

« Back to merge proposal