From 4446872826928f424e84517755a502c03d03268b Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Tue, 6 Nov 2007 15:13:26 +0000 Subject: [PATCH] Put the subject of the message on the editor window Fixes NB#75081 pmo-trunk-r3653 --- src/maemo/modest-msg-view-window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index 4caa84e..8b22a14 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -862,6 +862,8 @@ 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: */ -- 1.7.9.5