From 7470581e75ab3f4424ca98d7c6c6c77b69f31570 Mon Sep 17 00:00:00 2001 From: Denis Washington Date: Sun, 17 Jun 2007 15:21:20 +0000 Subject: [PATCH] Change the weight of the theme titles from bold to normal in the Theme 2007-06-17 Denis Washington * appearance-style.c: (prepare_list): Change the weight of the theme titles from bold to normal in the Theme Details window's lists. svn path=/trunk/; revision=7737 --- capplets/appearance/ChangeLog | 6 ++++++ capplets/appearance/appearance-style.c | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/capplets/appearance/ChangeLog b/capplets/appearance/ChangeLog index 66cb44fe5..b552bbc92 100644 --- a/capplets/appearance/ChangeLog +++ b/capplets/appearance/ChangeLog @@ -1,3 +1,9 @@ +2007-06-17 Denis Washington + + * appearance-style.c: (prepare_list): + Change the weight of the theme titles from bold to normal in the Theme + Details window's lists. + 2007-06-16 Jens Granseuer * Makefile.am: diff --git a/capplets/appearance/appearance-style.c b/capplets/appearance/appearance-style.c index 072b4186c..2ebab5885 100644 --- a/capplets/appearance/appearance-style.c +++ b/capplets/appearance/appearance-style.c @@ -192,10 +192,6 @@ prepare_list (AppearanceData *data, GtkWidget *list, ThemeType type) gtk_tree_view_append_column (GTK_TREE_VIEW (list), column); renderer = gtk_cell_renderer_text_new (); - g_object_set (G_OBJECT (renderer), - "weight", PANGO_WEIGHT_BOLD, - "weight-set", TRUE, - NULL); column = gtk_tree_view_column_new (); gtk_tree_view_column_pack_start (column, renderer, FALSE);