diff --git a/src/gtk/attempt_install_dialog.py b/src/gtk/attempt_install_dialog.py index 1282dca..696fc73 100644 --- a/src/gtk/attempt_install_dialog.py +++ b/src/gtk/attempt_install_dialog.py @@ -33,6 +33,7 @@ class AttemptInstallDialog(Adw.AlertDialog): if response != "continue": if not self.callback is None: self.callback(False) + return active_row = None @@ -52,7 +53,7 @@ class AttemptInstallDialog(Adw.AlertDialog): }]) elif not self.callback is None: self.callback(False) - + def __init__(self, package_names, callback=None, **kwargs): super().__init__(**kwargs)