[evolution/kill-bonobo] Make Port string only for Anjal.



commit 61923c8daee56a1a82629a6bcfd297a304a9df5d
Author: Srinivasa Ragavan <sragavan novell com>
Date:   Mon Aug 10 11:04:35 2009 +0530

    Make Port string only for Anjal.

 mail/em-account-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 6ba4077..782cbec 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -1987,7 +1987,7 @@ emae_setup_service (EMAccountEditor *emae, EMAccountEditorService *service, Glad
 	}
 
 	service->port_hint = glade_xml_get_widget (xml, "port_hint");
-	if (!service->provider || CAMEL_PROVIDER_NEEDS(service->provider, CAMEL_URL_PART_HOST))
+	if (emae->type == EMAE_PAGES && (!service->provider || CAMEL_PROVIDER_NEEDS(service->provider, CAMEL_URL_PART_HOST)))
 		gtk_widget_show (service->port_hint);
 	else
 		gtk_widget_hide (service->port_hint);



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