From 890c7ff4d7955c7ac0a3e562913dabcb8eefc43e Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 15 Apr 2004 20:50:04 +0000 Subject: Change the message display widget names to match the ones we are using in 2004-04-15 Jeffrey Stedfast * mail-config.c (config_write_style): Change the message display widget names to match the ones we are using in 1.5 (rather than the ones from earlier versions). Fixes bug #57070. svn path=/trunk/; revision=25490 --- mail/ChangeLog | 6 ++++++ mail/mail-config.c | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index f670bea96c..6718ab1ad7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2004-04-15 Jeffrey Stedfast + + * mail-config.c (config_write_style): Change the message display + widget names to match the ones we are using in 1.5 (rather than + the ones from earlier versions). Fixes bug #57070. + 2004-04-14 Jeffrey Stedfast * message-list.c: Added a new "message_list_scrolled" signal so diff --git a/mail/mail-config.c b/mail/mail-config.c index b5989cfa4c..ba81899dc7 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -278,9 +278,10 @@ config_write_style (void) fix_font, var_font); } 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 \"*.EMFolderView.*.GtkHTML\" style \"evolution-mail-custom-fonts\"\n"); + fprintf (rc, "widget \"*.EMFolderBrowser.*.GtkHTML\" style \"evolution-mail-custom-fonts\"\n"); + fprintf (rc, "widget \"*.EMMessageBrowser.*.GtkHTML\" style \"evolution-mail-custom-fonts\"\n"); fprintf (rc, "widget \"*.BonoboPlug.*.GtkHTML\" style \"evolution-mail-custom-fonts\"\n"); fprintf (rc, "widget \"*.EvolutionMailPrintHTMLWidget\" style \"evolution-mail-custom-fonts\"\n"); -- cgit v1.2.3