changeset 28948:8c2ba3cc6921

Add a font pref to the pidginrc plugin to control the conversation history imhtml's default font. I thought this was already here, but it clearly wasn't.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Mon, 16 Nov 2009 07:11:16 +0000
parents ec5316033618
children afced6be9972
files pidgin/plugins/pidginrc.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/plugins/pidginrc.c	Mon Nov 16 06:56:04 2009 +0000
+++ b/pidgin/plugins/pidginrc.c	Mon Nov 16 07:11:16 2009 +0000
@@ -75,16 +75,19 @@
 
 static const gchar *font_prefs[] = {
 	"/plugins/gtk/purplerc/font/*pidgin_conv_entry",
+	"/plugins/gtk/purplerc/font/*pidgin_conv_imhtml",
 	"/plugins/gtk/purplerc/font/*pidgin_request_imhtml",
 	"/plugins/gtk/purplerc/font/*pidgin_notify_imhtml",
 };
 static const gchar *font_prefs_set[] = {
 	"/plugins/gtk/purplerc/set/font/*pidgin_conv_entry",
+	"/plugins/gtk/purplerc/set/font/*pidgin_conv_imhtml",
 	"/plugins/gtk/purplerc/set/font/*pidgin_request_imhtml",
 	"/plugins/gtk/purplerc/set/font/*pidgin_notify_imhtml",
 };
 static const gchar *font_names[] = {
 	N_("Conversation Entry"),
+	N_("Conversation History"),
 	N_("Request Dialog"),
 	N_("Notify Dialog")
 };