Change the weight of the theme titles from bold to normal in the Theme

2007-06-17  Denis Washington  <denisw@svn.gnome.org>

	* 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
This commit is contained in:
Denis Washington 2007-06-17 15:21:20 +00:00 committed by Denis Washington
parent 72a3c741a6
commit 7470581e75
2 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2007-06-17 Denis Washington <denisw@svn.gnome.org>
* 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 <jensgr@gmx.net>
* Makefile.am:

View file

@ -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);