diff --git a/qutebrowser/mainwindow/prompt.py b/qutebrowser/mainwindow/prompt.py index 88a8d6fd9..2a5138122 100644 --- a/qutebrowser/mainwindow/prompt.py +++ b/qutebrowser/mainwindow/prompt.py @@ -420,7 +420,7 @@ class _BasePrompt(QWidget): def accept(self, value=None): raise NotImplementedError - def open_download(self, _cmdline): + def download_open(self, _cmdline): raise UnsupportedOperationError def _allowed_commands(self):