changeset 18177:5538a3645b63

Since we re-did the buddy list drawing stuff this entry matters a lot less, so comment it out and explain why.
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 17 Jun 2007 22:47:36 +0000
parents b8b475f31008
children 160ec876bbaf
files doc/gtkrc-2.0
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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: