really show subscription table when needed. Fixes #2212
This commit is contained in:
parent
110459c679
commit
285f190a28
|
@ -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.connected_label.show()
|
||||||
self.add_button.set_sensitive(False)
|
self.add_button.set_sensitive(False)
|
||||||
return
|
return
|
||||||
|
self.subscription_table.set_no_show_all(False)
|
||||||
self.subscription_table.show_all()
|
self.subscription_table.show_all()
|
||||||
self.connected_label.hide()
|
self.connected_label.hide()
|
||||||
self.add_button.set_sensitive(True)
|
self.add_button.set_sensitive(True)
|
||||||
|
|
Loading…
Reference in New Issue