don't show in roster / notification that a contact unsubscribed us if we already popup up the dialog. Fixes #5470

This commit is contained in:
Yann Leboulanger 2009-12-01 16:51:11 +01:00
parent 33b9a8116c
commit e7dd3e7d13
1 changed files with 1 additions and 0 deletions

View File

@ -649,6 +649,7 @@ class Interface:
if helpers.allow_popup_window(account) or not self.systray_enabled: if helpers.allow_popup_window(account) or not self.systray_enabled:
self.show_unsubscribed_dialog(account, contact) self.show_unsubscribed_dialog(account, contact)
return
self.add_event(account, jid, 'unsubscribed', contact) self.add_event(account, jid, 'unsubscribed', contact)