From 6a8a66986dd13625f2620047b8f62f299947f2e8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 4 Jul 2012 17:18:22 -0400 Subject: Bug 678946 - Port entry in Account Assistant is unset Reverts part of commit 6c05b09be16ac8eceb17653c3c26c0c6f963ef10. --- widgets/misc/e-port-entry.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'widgets/misc/e-port-entry.c') 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); -- cgit v1.2.3