[evolution] Bug 620207 - Receiving options are missing in preference window



commit e1ea08f0fcba663fc9d5160e8a47af37d7c06946
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Tue Jun 1 13:52:14 2010 +0530

    Bug 620207 - Receiving options are missing in preference window

 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 49f4356..643f8f5 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;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]