Revert "Fixes NB#123383, unexpected lines appear in new email editor body area"
authorJose Dapena Paz <jdapena@igalia.com>
Sat, 22 Aug 2009 21:35:43 +0000 (23:35 +0200)
committerJose Dapena Paz <jdapena@igalia.com>
Sat, 22 Aug 2009 21:35:43 +0000 (23:35 +0200)
This reverts commit 5f5d20e1973b4928bc70504174de6edd15f59758.

Reason is: it will break proper allocation of the body widget in composer.
It won't grow properly and basically break functionality of editor.

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

index 55cd46b..e5f3937 100644 (file)
@@ -975,7 +975,7 @@ init_window (ModestMsgEditWindow *obj)
        init_wp_text_view_style ();
 
        priv->msg_body = modest_wp_text_view_new ();
-       hildon_gtk_widget_set_theme_size (priv->msg_body, MODEST_EDITABLE_SIZE);
+       
 
        gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (priv->msg_body), GTK_WRAP_WORD_CHAR);
        priv->text_buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (priv->msg_body));