diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-01 16:22:14 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-06-01 16:22:14 +0800 |
commit | e1ea08f0fcba663fc9d5160e8a47af37d7c06946 (patch) | |
tree | 37dffdc268011a83f4f9494c6689bc9e554ccdf2 /mail | |
parent | 4f01d3d1823fd8d7b53919b03ff44cc46ad92b77 (diff) | |
download | gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.tar.gz gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.tar.zst gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.zip |
Bug 620207 - Receiving options are missing in preference window
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-account-editor.c | 11 |
1 files 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; } |