diff options
author | Milan Crha <mcrha@redhat.com> | 2008-08-06 16:06:41 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-08-06 16:06:41 +0800 |
commit | c2bf7a132f686a87cb929d7c33ac401797361b8e (patch) | |
tree | 239e21f13fafb9113a027f41aa4565fd81c7ffd2 /plugins | |
parent | 34581472dd7daf0f1abb6c9885ae40f276d8f5a6 (diff) | |
download | gsoc2013-evolution-c2bf7a132f686a87cb929d7c33ac401797361b8e.tar.gz gsoc2013-evolution-c2bf7a132f686a87cb929d7c33ac401797361b8e.tar.zst gsoc2013-evolution-c2bf7a132f686a87cb929d7c33ac401797361b8e.zip |
** Fix for bug #435969
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #435969
* org-gnome-exchange-operations.eplug.xml:
Show authentication section in an account druid too.
svn path=/trunk/; revision=35911
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 57b8c33812..f16f1301cf 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,10 @@ +2008-08-06 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #435969 + + * org-gnome-exchange-operations.eplug.xml: + Show authentication section in an account druid too. + 2008-07-31 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #545568 diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml index e4320bd3b7..16f4a7b311 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml +++ b/plugins/exchange-operations/org-gnome-exchange-operations.eplug.xml @@ -38,6 +38,9 @@ <item type="item_table" path="10.receive/10.config/20.owa" factory="org_gnome_exchange_owa_url"/> + <item type="section" + path="10.receive/30.auth/00.exchange_auth" + factory="org_gnome_exchange_auth_section"/> </group> <group |