aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-08-10 13:34:35 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-11 04:46:18 +0800
commit61923c8daee56a1a82629a6bcfd297a304a9df5d (patch)
treec57de7945bd72b263e72c4b463460d1efa3149ff
parentc2f9b4185b9ff8e2b6d8efb4ecc9661359030a6d (diff)
downloadgsoc2013-evolution-61923c8daee56a1a82629a6bcfd297a304a9df5d.tar
gsoc2013-evolution-61923c8daee56a1a82629a6bcfd297a304a9df5d.tar.gz
gsoc2013-evolution-61923c8daee56a1a82629a6bcfd297a304a9df5d.tar.bz2
gsoc2013-evolution-61923c8daee56a1a82629a6bcfd297a304a9df5d.tar.lz
gsoc2013-evolution-61923c8daee56a1a82629a6bcfd297a304a9df5d.tar.xz
gsoc2013-evolution-61923c8daee56a1a82629a6bcfd297a304a9df5d.tar.zst
gsoc2013-evolution-61923c8daee56a1a82629a6bcfd297a304a9df5d.zip
Make Port string only for Anjal.
-rw-r--r--mail/em-account-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 6ba40772c2..782cbec2de 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);