* src/maemo/modest-msg-edit-window.c
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 19 Sep 2007 15:45:07 +0000 (15:45 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 19 Sep 2007 15:45:07 +0000 (15:45 +0000)
        * Now, after setting font attributes with the font dialog, we
          update the toolbar properly (fixes NB#65518).

pmo-trunk-r3355

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

index 38edc59..2e56205 100644 (file)
@@ -2538,6 +2538,7 @@ modest_msg_edit_window_select_font (ModestMsgEditWindow *window)
                        fmt.cs.font_size = TRUE;
                }
                wp_text_buffer_set_format(WP_TEXT_BUFFER(priv->text_buffer), &fmt);
+               text_buffer_refresh_attributes (WP_TEXT_BUFFER (priv->text_buffer), window);
        }
        gtk_widget_destroy (dialog);