From: Jose Dapena Paz Date: Fri, 27 Jul 2007 11:45:45 +0000 (+0000) Subject: * src/maemo/modest-msg-view-window.c: X-Git-Tag: git_migration_finished~2723 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=698950f863e43a6fcd5f9626ab978e750c16db2b;hp=8102dae163b20cc022c109d99a8c98be39a51fc4 * src/maemo/modest-msg-view-window.c: * Now opening attached messages inherits zoom level (fixes NB#64130). pmo-trunk-r2821 --- diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index c02403b..762eb10 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -1798,6 +1798,8 @@ modest_msg_view_window_view_attachment (ModestMsgViewWindow *window, TnyMimePart if (!account) account = modest_account_mgr_get_default_account (modest_runtime_get_account_mgr ()); msg_win = modest_msg_view_window_new (TNY_MSG (mime_part), account, NULL); + modest_window_set_zoom (MODEST_WINDOW (msg_win), + modest_window_get_zoom (MODEST_WINDOW (window))); modest_window_mgr_register_window (mgr, msg_win); gtk_window_set_transient_for (GTK_WINDOW (msg_win), GTK_WINDOW (window)); gtk_widget_show_all (GTK_WIDGET (msg_win));