[evolution-patches] patch for 42294, mail font prefs not affecting composer
- From: Not Zed <notzed ximian com>
- To: evolution-patches ximian com
- Cc: lewing ximian com
- Subject: [evolution-patches] patch for 42294, mail font prefs not affecting composer
- Date: 05 May 2003 13:59:36 +0930
See the comments @ http://bugzilla.ximian.com/show_bug.cgi?id=42294
Not sure if its the right fix, but it was the only useful widget path i
could find for the editor component.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2712
diff -u -3 -r1.2712 ChangeLog
--- ChangeLog 1 May 2003 02:19:45 -0000 1.2712
+++ ChangeLog 5 May 2003 03:15:55 -0000
@@ -1,3 +1,10 @@
+2003-05-05 Not Zed <NotZed Ximian com>
+
+ ** See bug #42294.
+
+ * mail-config.c (config_write_fonts): Also set the custom font
+ style for *BonoboPlug*GtkHTML.
+
2003-04-30 Not Zed <NotZed Ximian com>
** See bug #41748
Index: mail-config.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-config.c,v
retrieving revision 1.274
diff -u -3 -r1.274 mail-config.c
--- mail-config.c 29 Apr 2003 18:18:36 -0000 1.274
+++ mail-config.c 5 May 2003 03:15:55 -0000
@@ -467,7 +467,8 @@
fprintf (rc, "}\n\n");
fprintf (rc, "widget \"*.MailDisplay.*.GtkHTML\" style \"evolution-mail-custom-fonts\"\n");
- fprintf (rc, "widget \"*.FolderBrowser.*.GtkHTML.\" style \"evolution-mail-custom-fonts\"\n");
+ fprintf (rc, "widget \"*.FolderBrowser.*.GtkHTML\" style \"evolution-mail-custom-fonts\"\n");
+ fprintf (rc, "widget \"*.BonoboPlug.*.GtkHTML\" style \"evolution-mail-custom-fonts\"\n");
if (fclose (rc) == 0)
gtk_rc_reparse_all ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]