# HG changeset patch # User John Bailey # Date 1258355476 0 # Node ID 8c2ba3cc69212c0c6c7b74f1deff66c55968abff # Parent ec53160336186fcd6fb916322526a2e18ca0e07a 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. diff -r ec5316033618 -r 8c2ba3cc6921 pidgin/plugins/pidginrc.c --- 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") };