From 00ee3a62d5c5cdd57bb0aa1afc4831ce1f38d4b7 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 21 Aug 2006 19:53:26 +0000 Subject: [PATCH] really print subscription table when we register to a transport --- src/dialogs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs.py b/src/dialogs.py index c7a3dc138..dd9c16d8d 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -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)