From c45989a66bc2726c93e10e2e7740fd8bb30be73d Mon Sep 17 00:00:00 2001 From: Sushma Rai Date: Wed, 10 May 2006 11:13:17 +0000 Subject: Using the HIGified notification message. Fixes #302825. svn path=/trunk/; revision=31968 --- plugins/exchange-operations/ChangeLog | 8 ++++++++ plugins/exchange-operations/exchange-config-listener.c | 3 ++- .../exchange-operations/org-gnome-exchange-operations.error.xml | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 76695618a0..010b31f2fd 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,11 @@ +2006-05-10 Sushma Rai + + * exchange-config-listener.c (account_changed): Using the HIGified + notification message. + + * org-gnome-exchange-operations.error.xml: Similar, + Fixes #302825. + 2006-05-10 Sushma Rai * exchange-account-setup.c (owa_authenticate_user): Display error diff --git a/plugins/exchange-operations/exchange-config-listener.c b/plugins/exchange-operations/exchange-config-listener.c index 341c3b4234..146151c262 100644 --- a/plugins/exchange-operations/exchange-config-listener.c +++ b/plugins/exchange-operations/exchange-config-listener.c @@ -1012,7 +1012,8 @@ account_changed (EAccountList *account_list, EAccount *account) } /* Nope. Let the user know we're ignoring him. */ - e_error_run (NULL, "org-gnome-exchange-operations:apply-restart", NULL); + e_error_run (NULL, "org-gnome-exchange-operations:apply-restart", + priv->configured_name, NULL); /* But note the new URI so if he changes something else, we * only warn again if he changes again. diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml index 1300f128f3..a6326f8a2c 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml +++ b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml @@ -6,8 +6,8 @@ - <_primary>Please restart Evolution - <_secondary>Changes to Exchange account configuration will take place after you quit and restart Evolution. + <_primary>Please restart Evolution for changes to take effect + <_secondary>Changes to options for Exchange account "{0}" will only take effect after restarting Evolution. -- cgit v1.2.3