cpw.rekkanoryo.prefs_window: c2bb3f04: Add a font pref to the pidginrc plugin t...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Mon Nov 16 02:16:42 EST 2009


-----------------------------------------------------------------
Revision: c2bb3f04f91d3f491daf5295fd5e484750ba506b
Ancestor: 79d3923b372c2c78a19e2fd702df542bd391a1ea
Author: rekkanoryo at pidgin.im
Date: 2009-11-16T07:11:16
Branch: im.pidgin.cpw.rekkanoryo.prefs_window
URL: http://d.pidgin.im/viewmtn/revision/info/c2bb3f04f91d3f491daf5295fd5e484750ba506b

Modified files:
        pidgin/plugins/pidginrc.c

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- pidgin/plugins/pidginrc.c	ef1ff2c4b86dddb98caef4d96c3dd332f5f96c3e
+++ pidgin/plugins/pidginrc.c	02e3184eb67ec0152062f60ecbb7d8c8613c8135
@@ -75,16 +75,19 @@ static const gchar *font_prefs[] = {
 
 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")
 };


More information about the Commits mailing list