Skip to content
Snippets Groups Projects
Commit 00ee3a62 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

really print subscription table when we register to a transport

parent 213e7f09
No related branches found
No related tags found
No related merge requests found
......@@ -666,6 +666,7 @@ _('Please fill in the data of the contact you want to add in account %s') %accou
if self.protocol_jid_combobox.get_active_text() == jid:
self.register_hbox.hide()
self.connected_label.hide()
self.subscription_table.set_no_show_all(False)
self.subscription_table.show_all()
self.add_button.set_sensitive(True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment