really print subscription table when we register to a transport

This commit is contained in:
Yann Leboulanger 2006-08-21 19:53:26 +00:00
parent 213e7f095b
commit 00ee3a62d5
1 changed files with 1 additions and 0 deletions

View File

@ -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)