From c38a48f934468c4430e7aa0705d7238be19526b3 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 8 Sep 2010 08:58:29 +0200 Subject: [PATCH] hide a widget when it's unused --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index a59d688f8..36730092b 100644 --- a/src/config.py +++ b/src/config.py @@ -2744,7 +2744,7 @@ class GroupchatConfigWindow: self.xml.get_object('title_label').set_text(self.form.title) else: self.xml.get_object('title_hseparator').set_no_show_all(True) -# self.xml.get_object('title_hseparator').hide() + self.xml.get_object('title_hseparator').hide() self.data_form_widget.show() config_vbox.pack_start(self.data_form_widget)