Mercurial > pidgin.yaz
changeset 17185:215de86f8c4a
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.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 20 May 2007 06:51:12 +0000 |
parents | b601943a88b9 |
children | b27e535cce50 |
files | pidgin/plugins/pidginrc.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)];