diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-05-10 19:13:17 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-05-10 19:13:17 +0800 |
commit | c45989a66bc2726c93e10e2e7740fd8bb30be73d (patch) | |
tree | c368b92c2f202be5a7fe5146a5f5e1c11867e8ae /plugins/exchange-operations | |
parent | ed1fa5121bcbcf072e51c82f64c472d2d4d33ec5 (diff) | |
download | gsoc2013-evolution-c45989a66bc2726c93e10e2e7740fd8bb30be73d.tar.gz gsoc2013-evolution-c45989a66bc2726c93e10e2e7740fd8bb30be73d.tar.zst gsoc2013-evolution-c45989a66bc2726c93e10e2e7740fd8bb30be73d.zip |
Using the HIGified notification message. Fixes #302825.
svn path=/trunk/; revision=31968
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-config-listener.c | 3 | ||||
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-operations.error.xml | 4 |
3 files changed, 12 insertions, 3 deletions
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,4 +1,12 @@ 2006-05-10 Sushma Rai <rsushma@novell.com> + + * 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 <rsushma@novell.com> * exchange-account-setup.c (owa_authenticate_user): Display error message only in case of authentication failure and not on cancelling 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 @@ </error> <error id="apply-restart" type="info"> - <_primary>Please restart Evolution</_primary> - <_secondary>Changes to Exchange account configuration will take place after you quit and restart Evolution.</_secondary> + <_primary>Please restart Evolution for changes to take effect</_primary> + <_secondary>Changes to options for Exchange account "{0}" will only take effect after restarting Evolution.</_secondary> </error> <error id="remove-quit" type="info"> |