X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-msg-view-window.c;h=762eb1016722e436b806c988b2915228664338ee;hp=c02403bec8304fd7bb12f0e6450763ebb0b1d92f;hb=698950f863e43a6fcd5f9626ab978e750c16db2b;hpb=8102dae163b20cc022c109d99a8c98be39a51fc4 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));