* src/maemo/modest-msg-edit-window.c:
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 27 Feb 2008 18:53:59 +0000 (18:53 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 27 Feb 2008 18:53:59 +0000 (18:53 +0000)
        * Refresh toolbar attributes after changing the format so that
          it's updated (fixes NB#81406).

pmo-trunk-r4238

src/maemo/modest-msg-edit-window.c

index 79370b4..ee28fb8 100644 (file)
@@ -2750,6 +2750,7 @@ modest_msg_edit_window_set_file_format (ModestMsgEditWindow *window,
                        break;
                }
                modest_ui_actions_check_toolbar_dimming_rules (MODEST_WINDOW (window));
                        break;
                }
                modest_ui_actions_check_toolbar_dimming_rules (MODEST_WINDOW (window));
+               text_buffer_refresh_attributes (WP_TEXT_BUFFER (priv->text_buffer), window);
        }
 }
 
        }
 }