From c2ee0afbc85ce3ddf38ec07497c0cdae4f42a7fc Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Mon, 30 Nov 2009 11:34:43 -0600 Subject: 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 --- e-util/e-util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-util.c') diff --git a/e-util/e-util.c b/e-util/e-util.c index b5e9f101c4..ade2b38fbf 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -1426,6 +1426,7 @@ e_util_guess_mime_type (const gchar *filename, gboolean localfile) return mime_type; } +/* XXX: Should e-util/ really depend on filter/ ?? */ GSList * e_util_get_category_filter_options (void) { -- cgit v1.2.3