aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-16 04:50:04 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-16 04:50:04 +0800
commit890c7ff4d7955c7ac0a3e562913dabcb8eefc43e (patch)
treefb5ffeebf377e7e7da2bdf0b89eefd9488992043 /mail
parent7c8a7531cec32be9cca7dbeb6e837ee1198b1a75 (diff)
downloadgsoc2013-evolution-890c7ff4d7955c7ac0a3e562913dabcb8eefc43e.tar
gsoc2013-evolution-890c7ff4d7955c7ac0a3e562913dabcb8eefc43e.tar.gz
gsoc2013-evolution-890c7ff4d7955c7ac0a3e562913dabcb8eefc43e.tar.bz2
gsoc2013-evolution-890c7ff4d7955c7ac0a3e562913dabcb8eefc43e.tar.lz
gsoc2013-evolution-890c7ff4d7955c7ac0a3e562913dabcb8eefc43e.tar.xz
gsoc2013-evolution-890c7ff4d7955c7ac0a3e562913dabcb8eefc43e.tar.zst
gsoc2013-evolution-890c7ff4d7955c7ac0a3e562913dabcb8eefc43e.zip
Change the message display widget names to match the ones we are using in
2004-04-15 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-config.c7
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 <fejj@ximian.com>
+
+ * 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 <fejj@ximian.com>
* 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");