diff options
author | Milan Crha <mcrha@redhat.com> | 2012-04-24 21:07:46 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-04-24 21:07:46 +0800 |
commit | 80ee0ba6227dea6d7638d39cbb2aacefba683d85 (patch) | |
tree | 6e7fe3841b165b5522f620bcea3cf215c370ea38 /mail | |
parent | 60f07fd3509530c03d1cba98572efc9dbfc003b1 (diff) | |
download | gsoc2013-evolution-80ee0ba6227dea6d7638d39cbb2aacefba683d85.tar.gz gsoc2013-evolution-80ee0ba6227dea6d7638d39cbb2aacefba683d85.tar.zst gsoc2013-evolution-80ee0ba6227dea6d7638d39cbb2aacefba683d85.zip |
Bug #674062 - Runtime warning from e_attachment_load_handle_error()
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-format-html-display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index 4557a74ecd..47dbba8439 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -443,8 +443,6 @@ attachment_loaded (EAttachment *attachment, shell = e_shell_get_default (); window = e_shell_get_active_window (shell); - if (!E_IS_SHELL_WINDOW (window)) - window = NULL; e_attachment_load_handle_error (data->attachment, res, window); |