From 531402cfff9f940ed5c3b49ec30f8cb9bbd32d34 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Tue, 6 Nov 2007 15:23:56 +0000 Subject: [PATCH] Alternate patch to the one applied in 3653, this one's better pmo-trunk-r3655 --- src/maemo/modest-msg-view-window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index 8b22a14..92ea300 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -862,8 +862,6 @@ modest_msg_view_window_new_with_header_model (TnyMsg *msg, modest_msg_view_window_construct (window, modest_account_name, msg_uid); priv = MODEST_MSG_VIEW_WINDOW_GET_PRIVATE (window); - tny_msg_view_set_msg (TNY_MSG_VIEW (priv->msg_view), msg); - update_window_title (MODEST_MSG_VIEW_WINDOW (window)); /* Remember the message list's TreeModel so we can detect changes * and change the list selection when necessary: */ @@ -916,6 +914,7 @@ modest_msg_view_window_new_with_header_model (TnyMsg *msg, gtk_widget_show_all (GTK_WIDGET (window)); tny_msg_view_set_msg (TNY_MSG_VIEW (priv->msg_view), msg); + update_window_title (MODEST_MSG_VIEW_WINDOW (window)); modest_msg_view_window_update_priority (window); -- 1.7.9.5