[evolution-patches] [gtkhtml] #62086 letter size set back to 0 when bolding letters when composing html mails




Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/ChangeLog,v
retrieving revision 1.2027
diff -u -p -r1.2027 ChangeLog
--- ChangeLog	29 Jul 2004 13:25:27 -0000	1.2027
+++ ChangeLog	3 Aug 2004 12:08:23 -0000
@@ -1,3 +1,10 @@
+2004-08-03  Radek Doulik  <rodo ximian com>
+
+	* htmltext.c (html_text_set_style_in_range): avoid setting default
+	font size
+
+	Fixes #62086
+
 2004-07-28  Radek Doulik  <rodo ximian com>
 
 	* htmlengine.c: ref embedded widget when pushing it to the
Index: htmltext.c
===================================================================
RCS file: /cvs/gnome/gtkhtml/src/htmltext.c,v
retrieving revision 1.259
diff -u -p -r1.259 htmltext.c
--- htmltext.c	19 Jul 2004 13:40:37 -0000	1.259
+++ htmltext.c	3 Aug 2004 12:08:24 -0000
@@ -3267,7 +3267,7 @@ html_text_change_attrs (PangoAttrList *a
 void
 html_text_set_style_in_range (HTMLText *text, GtkHTMLFontStyle style, HTMLEngine *e, gint start_index, gint end_index)
 {
-	html_text_change_attrs (text->attr_list, style, e, start_index, end_index, FALSE);
+	html_text_change_attrs (text->attr_list, style, e, start_index, end_index, TRUE);
 }
 
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]