aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-port-entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-port-entry.c')
-rw-r--r--widgets/misc/e-port-entry.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/widgets/misc/e-port-entry.c b/widgets/misc/e-port-entry.c
index f007731433..cf857b5d55 100644
--- a/widgets/misc/e-port-entry.c
+++ b/widgets/misc/e-port-entry.c
@@ -468,9 +468,6 @@ e_port_entry_set_security_method (EPortEntry *port_entry,
{
g_return_if_fail (E_IS_PORT_ENTRY (port_entry));
- if (port_entry->priv->method == method)
- return;
-
port_entry->priv->method = method;
port_entry_method_changed (port_entry);