From 606180630ac268baa9eae0ba6fcedd8592281664 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> 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 33209979e0..982de980b6 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) -- GitLab