diff --git a/src/gui_interface.py b/src/gui_interface.py index 1ba0d8f8a..9f1ab9273 100644 --- a/src/gui_interface.py +++ b/src/gui_interface.py @@ -649,6 +649,7 @@ class Interface: if helpers.allow_popup_window(account) or not self.systray_enabled: self.show_unsubscribed_dialog(account, contact) + return self.add_event(account, jid, 'unsubscribed', contact)