diff pidgin/gtkconv.c @ 28687:20b7a51166c3

Allow a user to use gtkrc to style the userlist in chat windows. I don't think this to be all that unreasonable of a request. Fixes #9377.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 04 Oct 2009 02:15:22 +0000
parents 0e4b43fc68c0
children 291c89bfe040 71dc3b5edbe7 c095f1795112 168fcd171875 7c346c5a05d4
line wrap: on
line diff
--- a/pidgin/gtkconv.c	Sat Oct 03 21:30:52 2009 +0000
+++ b/pidgin/gtkconv.c	Sun Oct 04 02:15:22 2009 +0000
@@ -4812,6 +4812,9 @@
 
 	list = gtk_tree_view_new_with_model(GTK_TREE_MODEL(ls));
 
+	/* Allow a user to specify gtkrc settings for the chat userlist only */
+	gtk_widget_set_name(list, "pidgin_conv_userlist");
+
 	rend = gtk_cell_renderer_pixbuf_new();
 	g_object_set(G_OBJECT(rend),
 				 "stock-size", gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL),