From: Sergio Villar Senin Date: Wed, 25 Feb 2009 09:53:56 +0000 (+0000) Subject: * Fixes NB#102986, update the window title for emails as attachments X-Git-Tag: git_migration_finished~483 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=2dcc68aa795a728b265976ce5ba00ad94a68cc79 * Fixes NB#102986, update the window title for emails as attachments pmo-trunk-r7675 --- diff --git a/src/hildon2/modest-msg-view-window.c b/src/hildon2/modest-msg-view-window.c index b8521ad..8b29c1f 100644 --- a/src/hildon2/modest-msg-view-window.c +++ b/src/hildon2/modest-msg-view-window.c @@ -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));