diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2006-01-24 18:03:52 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2006-01-24 18:03:52 +0800 |
commit | 3ae8c5c93dacdbbe3a46c970d9095b587f98627d (patch) | |
tree | 571c82af439533f9749f2f00649fd65eafe0e2f7 /plugins/exchange-operations/ChangeLog | |
parent | c9d938050f9d7177795303ff6eb10c7e118f551c (diff) | |
download | gsoc2013-evolution-3ae8c5c93dacdbbe3a46c970d9095b587f98627d.tar.gz gsoc2013-evolution-3ae8c5c93dacdbbe3a46c970d9095b587f98627d.tar.zst gsoc2013-evolution-3ae8c5c93dacdbbe3a46c970d9095b587f98627d.zip |
Making the warning and error dialogs non-modal. Fixes #328385.
svn path=/trunk/; revision=31295
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 5b608f3978..f8eb7544af 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,11 @@ +2006-01-24 Sushma Rai <rsushma@novell.com> + + * exchange-config-listener.c (exchange_config_listener_authenticate): + Not using e_error_run(), to avoid modal error dialogs. Fixes #328385. + + * exchange-operations.c (exchange_operations_report_error): Similar. + Also displaying the current quota usage instead of the quota limit. + 2006-01-23 Sushma Rai <rsushma@novell.com> * exchange-operations.c |