From e1ea08f0fcba663fc9d5160e8a47af37d7c06946 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Tue, 1 Jun 2010 13:52:14 +0530 Subject: Bug 620207 - Receiving options are missing in preference window --- mail/em-account-editor.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 49f4356a5b..643f8f511c 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2661,15 +2661,8 @@ section: } camel_url_free (url); - - /* Since EConfig destroys the factory widget when it changes, we - * need to destroy our own ones as well, and add a dummy item - * so it knows this section isn't empty */ - - w = gtk_label_new (""); - gtk_widget_hide (w); - gtk_table_attach ((GtkTable *)parent, w, 0, 2, row, row+1, 0, 0, 0, 0); - + gtk_widget_show (w); + return w; } -- cgit v1.2.3