# HG changeset patch # User Etan Reisner # Date 1182120456 0 # Node ID 5538a3645b63e4c37469401b067c831a1a359778 # Parent b8b475f310088504d6faca6152aff99620823697 Since we re-did the buddy list drawing stuff this entry matters a lot less, so comment it out and explain why. diff -r b8b475f31008 -r 5538a3645b63 doc/gtkrc-2.0 --- a/doc/gtkrc-2.0 Sun Jun 17 18:10:47 2007 +0000 +++ b/doc/gtkrc-2.0 Sun Jun 17 22:47:36 2007 +0000 @@ -39,16 +39,17 @@ } widget_class "*" style "my-style-name" -# This style sets the expander size on a treeview to 0, which has the result +# This sets the expander size on a treeview to 0, which has the result # of reducing the indent for items in the tree. This can be applied to the -# Pidgin buddy list to reduce it's width. -style "my-narrow-tree" -{ - GtkTreeView::expander_size = 0 -} - +# Pidgin buddy list to reduce the width of group and contact rows. +# With the recent (~2.0.0) buddy list changes this isn't particularly +# important anymore. +#style "my-narrow-tree" +#{ +# GtkTreeView::expander_size = 0 +#} # And apply the style to the buddy list: -widget "*pidgin_blist_treeview" style "my-narrow-tree" +#widget "*pidgin_blist_treeview" style "my-narrow-tree" # In Pidgin, you can set custom keybindings in your theme. # Here is an example to follow: