aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-07-05 05:18:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-07-05 05:18:22 +0800
commit6a8a66986dd13625f2620047b8f62f299947f2e8 (patch)
treea5bdb6c659969fc04d10b8c911a9afc799037e5b /widgets
parenta0957f73f6dace58be61edc5e01f0ec0d27be90f (diff)
downloadgsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.tar
gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.tar.gz
gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.tar.bz2
gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.tar.lz
gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.tar.xz
gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.tar.zst
gsoc2013-evolution-6a8a66986dd13625f2620047b8f62f299947f2e8.zip
Bug 678946 - Port entry in Account Assistant is unset
Reverts part of commit 6c05b09be16ac8eceb17653c3c26c0c6f963ef10.
Diffstat (limited to 'widgets')
-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);