diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-01-10 17:31:07 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-01-10 17:31:07 +0800 |
commit | 510eb1f01695c5d92df90bb3a2d2fbbc2bec8f40 (patch) | |
tree | bd1ab6db455a33645abebb4c306a2999a707f356 /mail/mail-mt.c | |
parent | e5cef658e433f10644bbccb74d10e4f1db4e4c24 (diff) | |
download | gsoc2013-evolution-510eb1f01695c5d92df90bb3a2d2fbbc2bec8f40.tar.gz gsoc2013-evolution-510eb1f01695c5d92df90bb3a2d2fbbc2bec8f40.tar.zst gsoc2013-evolution-510eb1f01695c5d92df90bb3a2d2fbbc2bec8f40.zip |
** Most of the errors are now non-intrusive
2008-01-10 Srinivasa Ragavan <sragavan@novell.com>
** Most of the errors are now non-intrusive
* em-folder-utils.c: (emfu_copy_folder_selected),
(emfu_delete_response), (em_folder_utils_delete_folder):
* em-folder-view.c: (emfv_delete_msg_response):
* em-utils.c: (em_utils_edit_filters),
(em_utils_save_part_to_file), (em_utils_temp_save_part),
(error_response), (em_utils_show_error_silent),
(em_utils_show_info_silent):
* em-utils.h:
* mail-autofilter.c: (mail_filter_delete_uri):
* mail-component.c: (mail_component_show_logger):
* mail-mt.c: (mail_msg_free):
* mail-session.c: (do_user_message):
* mail-vfolder.c: (mail_vfolder_delete_uri), (vfolder_edit_rule):
svn path=/trunk/; revision=34787
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index 77ae1bfa54..141abad095 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -260,8 +260,7 @@ mail_msg_unref (gpointer msg) activity_id = mail_msg->priv->activity_id; error = mail_msg->priv->error; if (error && !activity_id) { - e_activity_handler_make_error (mail_component_peek_activity_handler (mail_component_peek ()), "mail", - g_object_get_data ((GObject *) error, "primary"), error); + e_activity_handler_make_error (mail_component_peek_activity_handler (mail_component_peek ()), "mail", E_LOG_ERROR, error); printf("Making error\n"); } |