[evolution] Bug 744846 - Composer file attachment uses incorrect EAlertSink
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 744846 - Composer file attachment uses incorrect EAlertSink
- Date: Wed, 25 Feb 2015 15:49:29 +0000 (UTC)
commit a8c32338fe4928ce195b0d740de9f5d7f0bac264
Author: Milan Crha <mcrha redhat com>
Date: Wed Feb 25 16:49:14 2015 +0100
Bug 744846 - Composer file attachment uses incorrect EAlertSink
composer/e-msg-composer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 5fa697c..92dc2c6 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -4427,7 +4427,7 @@ handle_mailto (EMsgComposer *composer,
camel_url_decode (content);
if (file_is_blacklisted (content))
e_alert_submit (
- E_ALERT_SINK (composer),
+ E_ALERT_SINK (e_msg_composer_get_editor (composer)),
"mail:blacklisted-file",
content, NULL);
if (g_ascii_strncasecmp (content, "file:", 5) == 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]