Home | History | Annotate | Download | only in ap_configurators

Lines Matching refs:alert

22     def _alert_handler(self, alert):
23 """Checks for any modal dialogs which popup to alert the user and
24 either raises a RuntimeError or ignores the alert.
27 alert: The modal dialog's contents.
29 text = alert.text
31 alert.accept()
33 alert.accept()
35 alert.accept()
38 alert.accept()
39 raise RuntimeError('Invalid configuration, alert message:\n%s'
42 alert.accept()
43 raise RuntimeError('Invalid configuration, alert message:\n%s'
46 alert.accept()
51 alert.accept()
52 raise RuntimeError('We have an unhandled alert: %s' % text)