Illicit suggestion

This commit is contained in:
Toke Stuart Jepsen 2024-01-31 07:15:36 +00:00
parent 2b31607733
commit d0a09bcad4
2 changed files with 2 additions and 2 deletions

View file

@ -2332,7 +2332,7 @@ class PublisherController(BasePublisherController):
exception = result.get("error")
if exception:
self._emit_event(
"action.failed",
"publish.action.failed",
{
"title": "Action failed",
"message": "Action failed.",

View file

@ -322,7 +322,7 @@ class PublisherWindow(QtWidgets.QWidget):
"convertors.find.failed", self._on_convertor_error
)
controller.event_system.add_callback(
"action.failed", self._on_action_error
"publish.action.failed", self._on_action_error
)
controller.event_system.add_callback(
"export_report.request", self._export_report