diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-08-10 13:34:35 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@novell.com> | 2009-08-10 13:34:35 +0800 |
commit | ab87a4707bc3129ba997f268401fe2090a17ace8 (patch) | |
tree | 41c1cef170d65dae19dc094ea963a3d9e76db0cc | |
parent | 166acfd92e8aeed12886dbbb7e777f4ba5d2be7d (diff) | |
download | gsoc2013-evolution-ab87a4707bc3129ba997f268401fe2090a17ace8.tar gsoc2013-evolution-ab87a4707bc3129ba997f268401fe2090a17ace8.tar.gz gsoc2013-evolution-ab87a4707bc3129ba997f268401fe2090a17ace8.tar.bz2 gsoc2013-evolution-ab87a4707bc3129ba997f268401fe2090a17ace8.tar.lz gsoc2013-evolution-ab87a4707bc3129ba997f268401fe2090a17ace8.tar.xz gsoc2013-evolution-ab87a4707bc3129ba997f268401fe2090a17ace8.tar.zst gsoc2013-evolution-ab87a4707bc3129ba997f268401fe2090a17ace8.zip |
Make Port string only for Anjal.
-rw-r--r-- | 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 dceaec5bb3..0c7e978a2f 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); |