[evolution] Make Port string only for Anjal.



commit ab87a4707bc3129ba997f268401fe2090a17ace8
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 dceaec5..0c7e978 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -1694,7 +1694,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]