diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-05 05:18:22 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-05 05:18:22 +0800 |
commit | 6a8a66986dd13625f2620047b8f62f299947f2e8 (patch) | |
tree | a5bdb6c659969fc04d10b8c911a9afc799037e5b | |
parent | a0957f73f6dace58be61edc5e01f0ec0d27be90f (diff) | |
download | gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.tar.gz gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.tar.zst gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.zip |
Bug 678946 - Port entry in Account Assistant is unset
Reverts part of commit 6c05b09be16ac8eceb17653c3c26c0c6f963ef10.
-rw-r--r-- | widgets/misc/e-port-entry.c | 3 |
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); |