[evolution-ews/gnome-2-28: 3/6] Replace AccountAssistant with AccountDruid in plugin id for 2.28
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-2-28: 3/6] Replace AccountAssistant with AccountDruid in plugin id for 2.28
- Date: Thu, 11 Aug 2011 11:01:30 +0000 (UTC)
commit 8983bb23b99d895c1ab1d3d9b358d6162492c280
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Thu Aug 11 08:30:09 2011 +0530
Replace AccountAssistant with AccountDruid in plugin id for 2.28
.../exchange-ews-account-setup.c | 2 +-
.../org-gnome-exchange-ews.eplug.xml | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-ews-account-setup.c b/src/account-setup-eplugin/exchange-ews-account-setup.c
index f56027e..92d8dde 100644
--- a/src/account-setup-eplugin/exchange-ews-account-setup.c
+++ b/src/account-setup-eplugin/exchange-ews-account-setup.c
@@ -72,7 +72,7 @@ free_ews_listener ( void )
gint
e_plugin_lib_enable (EPlugin *ep, gint enable)
{
- g_debug ("Loading Exchange EWS Plugin \n");
+ g_message ("Loading Exchange EWS Plugin \n");
if (!config_listener) {
config_listener = exchange_ews_account_listener_new ();
diff --git a/src/account-setup-eplugin/org-gnome-exchange-ews.eplug.xml b/src/account-setup-eplugin/org-gnome-exchange-ews.eplug.xml
index b32cbb5..f0ec9b6 100644
--- a/src/account-setup-eplugin/org-gnome-exchange-ews.eplug.xml
+++ b/src/account-setup-eplugin/org-gnome-exchange-ews.eplug.xml
@@ -16,7 +16,7 @@
<group target="account"
id="org.gnome.evolution.mail.config.accountWizard"
check="org_gnome_exchange_ews_check_options">
- <item type="item_table" path="10.receive/15.config/30.ews" factory="org_gnome_exchange_ews_account_setup"/>
+ <item type="item_table" path="10.receive/10.config/30.ews" factory="org_gnome_exchange_ews_account_setup"/>
<item type="section_table" path="20.receive_options/20.gal" _label="GAL settings"/>
<item type="item_table" path="20.receive_options/20.gal/10.oab" factory="org_gnome_ews_oab_settings"/>
</group>
@@ -24,9 +24,9 @@
<hook class="org.gnome.evolution.mail.config:1.0">
<group target="account"
- id="org.gnome.evolution.mail.config.accountAssistant"
+ id="org.gnome.evolution.mail.config.accountDruid"
check="org_gnome_exchange_ews_check_options">
- <item type="item_table" path="10.receive/15.config/30.ews" factory="org_gnome_exchange_ews_account_setup"/>
+ <item type="item_table" path="10.receive/10.config/30.ews" factory="org_gnome_exchange_ews_account_setup"/>
<item type="section_table" path="20.receive_options/20.gal" _label="GAL settings"/>
<item type="item_table" path="20.receive_options/20.gal/10.oab" factory="org_gnome_ews_oab_settings"/>
</group>
@@ -36,7 +36,7 @@
<group target="account"
id="org.gnome.evolution.mail.config.accountEditor"
check="org_gnome_exchange_ews_check_options">
- <item type="item_table" path="10.receive/15.config/30.ews" factory="org_gnome_exchange_ews_account_setup"/>
+ <item type="item_table" path="10.receive/10.config/30.ews" factory="org_gnome_exchange_ews_account_setup"/>
<item type="section_table" path="20.receive_options/20.gal" _label="GAL settings"/>
<item type="item_table" path="20.receive_options/20.gal/10.oab" factory="org_gnome_ews_oab_settings"/>
</group>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]