pidgin: 282c1d20: Allow a user to use gtkrc to style the u...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sat Oct 3 22:20:58 EDT 2009


-----------------------------------------------------------------
Revision: 282c1d20f4b3b5758b027361039964c0d8a53a38
Ancestor: 9ae9c115b1d9c775aa393b62f7522480a1b9a2d0
Author: rekkanoryo at pidgin.im
Date: 2009-10-04T02:15:22
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/282c1d20f4b3b5758b027361039964c0d8a53a38

Modified files:
        pidgin/gtkconv.c

ChangeLog: 

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.

-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	2fd692bf62bb315259e0c6af0aab4d37835d982b
+++ pidgin/gtkconv.c	218b01f6ce78be26c7029257b6e970d2de48d95f
@@ -4812,6 +4812,9 @@ setup_chat_userlist(PidginConversation *
 
 	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),


More information about the Commits mailing list