* Fixes NB#102986, update the window title for emails as attachments
authorSergio Villar Senin <svillar@igalia.com>
Wed, 25 Feb 2009 09:53:56 +0000 (09:53 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 25 Feb 2009 09:53:56 +0000 (09:53 +0000)
pmo-trunk-r7675

src/hildon2/modest-msg-view-window.c

index b8521ad..8b29c1f 100644 (file)
@@ -2968,9 +2968,6 @@ update_window_title (ModestMsgViewWindow *window)
        TnyHeader *header = NULL;
        gchar *subject = NULL;
 
-       if (!GTK_WIDGET_VISIBLE (window))
-               return;
-
        priv = MODEST_MSG_VIEW_WINDOW_GET_PRIVATE (window);
        msg = tny_msg_view_get_msg (TNY_MSG_VIEW (priv->msg_view));