aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2010-06-01 16:22:14 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2010-06-01 16:22:14 +0800
commite1ea08f0fcba663fc9d5160e8a47af37d7c06946 (patch)
tree37dffdc268011a83f4f9494c6689bc9e554ccdf2 /mail/em-account-editor.c
parent4f01d3d1823fd8d7b53919b03ff44cc46ad92b77 (diff)
downloadgsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.tar
gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.tar.gz
gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.tar.bz2
gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.tar.lz
gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.tar.xz
gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.tar.zst
gsoc2013-evolution-e1ea08f0fcba663fc9d5160e8a47af37d7c06946.zip
Bug 620207 - Receiving options are missing in preference window
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c11
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;
}