# HG changeset patch # User Etan Reisner # Date 1179643872 0 # Node ID 215de86f8c4ae112df9b3d122995ada993015c16 # Parent b601943a88b97d292ae5ebd269af8ac4cb76e8bc Remove the GtkTreeView expander_size setting from the pidginrc plugin as it also doesn't have an effect on the buddy list anymore. A side-effect of this and the other pidginrc change is that it should help the people who were having problems with this plugin being larger than their screen. diff -r b601943a88b9 -r 215de86f8c4a pidgin/plugins/pidginrc.c --- a/pidgin/plugins/pidginrc.c Sun May 20 06:33:35 2007 +0000 +++ b/pidgin/plugins/pidginrc.c Sun May 20 06:51:12 2007 +0000 @@ -45,15 +45,12 @@ static GtkWidget *color_widgets[G_N_ELEMENTS(color_prefs)]; static const char *widget_size_prefs[] = { - "/plugins/gtk/purplerc/size/GtkTreeView::expander_size", "/plugins/gtk/purplerc/size/GtkTreeView::horizontal_separator" }; static const char *widget_size_prefs_set[] = { - "/plugins/gtk/purplerc/set/size/GtkTreeView::expander_size", "/plugins/gtk/purplerc/set/size/GtkTreeView::horizontal_separator" }; static const char *widget_size_names[] = { - N_("GtkTreeView Expander Size"), N_("GtkTreeView Horizontal Separation") }; static GtkWidget *widget_size_widgets[G_N_ELEMENTS(widget_size_prefs)];