changeset 12201:6f0254e3c4a0

[gaim-migrate @ 14503] 'Ask and ye shall receive.' 16:28:29 <rlaager> deryni: Maybe that should be in the Gaim GTK+ Theme Control plugin? Note, I'm not certain that these added values are run-time updateable exactly. I don't have time to test and figure it out now. Someone else feel free to. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 23 Nov 2005 21:47:11 +0000
parents a7a570d762d4
children 17be9401e167
files plugins/gaimrc.c
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/gaimrc.c	Wed Nov 23 21:31:59 2005 +0000
+++ b/plugins/gaimrc.c	Wed Nov 23 21:47:11 2005 +0000
@@ -45,13 +45,19 @@
 static GtkWidget *color_widgets[G_N_ELEMENTS(color_prefs)];
 
 static const char *widget_size_prefs[] = {
-	"/plugins/gtk/gaimrc/size/GtkTreeView::expander_size"
+	"/plugins/gtk/gaimrc/size/GtkTreeView::expander_size",
+	"/plugins/gtk/gaimrc/size/GtkTreeView::indent_expanders",
+	"/plugins/gtk/gaimrc/size/GtkTreeView::horizontal_separator"
 };
 static const char *widget_size_prefs_set[] = {
-	"/plugins/gtk/gaimrc/set/size/GtkTreeView::expander_size"
+	"/plugins/gtk/gaimrc/set/size/GtkTreeView::expander_size",
+	"/plugins/gtk/gaimrc/set/size/GtkTreeView::indent_expanders",
+	"/plugins/gtk/gaimrc/set/size/GtkTreeView::horizontal_separator"
 };
 static const char *widget_size_names[] = {
-	N_("GtkTreeView Expander Size")
+	N_("GtkTreeView Expander Size"),
+	N_("GtkTreeView Expander Indentation"),
+	N_("GtkTreeView Horizontal Separation")
 };
 static GtkWidget *widget_size_widgets[G_N_ELEMENTS(widget_size_prefs)];