From 74e08db4fa22d92bdd87f31bde34b076248ece1e Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Fri, 16 May 2008 16:04:50 +0000 Subject: [PATCH] * Reverted changes for bug 85454 since it adds another bugs pmo-trunk-r4542 --- src/maemo/modest-msg-edit-window.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/maemo/modest-msg-edit-window.c b/src/maemo/modest-msg-edit-window.c index 2cba7b2..dc93da1 100644 --- a/src/maemo/modest-msg-edit-window.c +++ b/src/maemo/modest-msg-edit-window.c @@ -1219,17 +1219,9 @@ set_msg (ModestMsgEditWindow *self, TnyMsg *msg, gboolean preserve_is_rich) if (preserve_is_rich && !is_html) { wp_text_buffer_enable_rich_text (WP_TEXT_BUFFER (priv->text_buffer), FALSE); - /* We must do this here in order to reset the undo - list, because otherwise this action could be - reverted */ - wp_text_buffer_reset_buffer (WP_TEXT_BUFFER (priv->text_buffer), FALSE); /* Get the default format required from configuration */ } else if (!modest_conf_get_bool (modest_runtime_get_conf (), MODEST_CONF_PREFER_FORMATTED_TEXT, NULL)) { wp_text_buffer_enable_rich_text (WP_TEXT_BUFFER (priv->text_buffer), FALSE); - /* We must do this here in order to reset the undo - list, because otherwise this action could be - reverted */ - wp_text_buffer_reset_buffer (WP_TEXT_BUFFER (priv->text_buffer), FALSE); } /* Set the default focus depending on having already a To: field or not */ -- 1.7.9.5