aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-13 07:26:34 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:15 +0800
commitcacd0e92deb1802d36f7566675904295457af0e7 (patch)
treee39105579c4ffc564f4070f169e7ffc821d1f41c /plugins
parent47bc7d7143c59583bd756cb44e5ec77147ed4433 (diff)
downloadgsoc2013-evolution-cacd0e92deb1802d36f7566675904295457af0e7.tar
gsoc2013-evolution-cacd0e92deb1802d36f7566675904295457af0e7.tar.gz
gsoc2013-evolution-cacd0e92deb1802d36f7566675904295457af0e7.tar.bz2
gsoc2013-evolution-cacd0e92deb1802d36f7566675904295457af0e7.tar.lz
gsoc2013-evolution-cacd0e92deb1802d36f7566675904295457af0e7.tar.xz
gsoc2013-evolution-cacd0e92deb1802d36f7566675904295457af0e7.tar.zst
gsoc2013-evolution-cacd0e92deb1802d36f7566675904295457af0e7.zip
Keep forgetting to add prefixes to EAlert tags.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mark-all-read/mark-all-read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mark-all-read/mark-all-read.c b/plugins/mark-all-read/mark-all-read.c
index 1ec6603376..85a117d414 100644
--- a/plugins/mark-all-read/mark-all-read.c
+++ b/plugins/mark-all-read/mark-all-read.c
@@ -387,7 +387,7 @@ mar_got_folder (CamelStore *store,
} else if (error != NULL) {
g_warn_if_fail (folder == NULL);
e_alert_submit (
- alert_sink, "folder-open",
+ alert_sink, "mail:folder-open",
error->message, NULL);
async_context_free (context);
g_error_free (error);
@@ -467,7 +467,7 @@ mar_got_folder_info (CamelStore *store,
} else if (error != NULL) {
g_warn_if_fail (folder_info == NULL);
e_alert_submit (
- alert_sink, "folder-open",
+ alert_sink, "mail:folder-open",
error->message, NULL);
async_context_free (context);
g_error_free (error);