diff options
author | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-01 01:34:43 +0800 |
---|---|---|
committer | Jonathon Jongsma <jonathon@quotidian.org> | 2009-12-01 03:33:04 +0800 |
commit | c2ee0afbc85ce3ddf38ec07497c0cdae4f42a7fc (patch) | |
tree | e6430bf480afc3e4a220fdf713413c8df4a9da41 /mail/importers | |
parent | 495e9bf8001e2209a35e8991c07ec038576efdd4 (diff) | |
download | gsoc2013-evolution-c2ee0afbc85ce3ddf38ec07497c0cdae4f42a7fc.tar.gz gsoc2013-evolution-c2ee0afbc85ce3ddf38ec07497c0cdae4f42a7fc.tar.zst gsoc2013-evolution-c2ee0afbc85ce3ddf38ec07497c0cdae4f42a7fc.zip |
Rename EError to EAlert to match general use better
The EError mechanism is used both for error dialogs as well as basic alerts or
user prompts, so we should give it a more general name which matches this use.
This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that
were not actually being used.
https://bugzilla.gnome.org/show_bug.cgi?id=602963
Diffstat (limited to 'mail/importers')
-rw-r--r-- | mail/importers/elm-importer.c | 1 | ||||
-rw-r--r-- | mail/importers/pine-importer.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/mail/importers/elm-importer.c b/mail/importers/elm-importer.c index e6cfa6a862..c2d45a25f6 100644 --- a/mail/importers/elm-importer.c +++ b/mail/importers/elm-importer.c @@ -44,7 +44,6 @@ #include "mail/mail-mt.h" #include "e-util/e-import.h" -#include "e-util/e-error.h" #define d(x) diff --git a/mail/importers/pine-importer.c b/mail/importers/pine-importer.c index d00394fa75..c3d4b15bf8 100644 --- a/mail/importers/pine-importer.c +++ b/mail/importers/pine-importer.c @@ -47,7 +47,6 @@ #include "mail/mail-mt.h" #include "e-util/e-import.h" -#include "e-util/e-error.h" #define d(x) |