From 80ee0ba6227dea6d7638d39cbb2aacefba683d85 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 24 Apr 2012 15:07:46 +0200 Subject: Bug #674062 - Runtime warning from e_attachment_load_handle_error() --- mail/em-format-html-display.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail') 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); -- cgit