diff options
-rw-r--r-- | plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in index 56e11f1c5c..33994fc620 100644 --- a/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in +++ b/plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.in @@ -11,13 +11,13 @@ <hook class="org.gnome.evolution.mail.config:1.0"> <group target="account" id="org.gnome.evolution.mail.config.accountDruid"> - <item type="item" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/> + <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/> </group> </hook> <hook class="org.gnome.evolution.mail.config:1.0"> <group target="account" id="org.gnome.evolution.mail.config.accountEditor"> - <item type="item" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/> + <item type="item_table" path="20.receive_options/30.soapport/50.dummy" factory="org_gnome_gw_account_setup"/> </group> </hook> |