really show subscription table when needed. Fixes #2212

This commit is contained in:
Yann Leboulanger 2006-08-20 18:02:33 +00:00
parent 110459c679
commit 285f190a28
1 changed files with 1 additions and 0 deletions

View File

@ -657,6 +657,7 @@ _('Please fill in the data of the contact you want to add in account %s') %accou
self.connected_label.show()
self.add_button.set_sensitive(False)
return
self.subscription_table.set_no_show_all(False)
self.subscription_table.show_all()
self.connected_label.hide()
self.add_button.set_sensitive(True)