Move gtkrc-utils from capplets/theme-switcher to capplets/common.

2007-03-04  Thomas Wood  <thos@gnome.org>

	* Makefile.am:
	* gtkrc-utils.c: (gtkrc_get_details):
	* gtkrc-utils.h:
	Move gtkrc-utils from capplets/theme-switcher to capplets/common.

	* gnome-theme-info.c: (gnome_theme_read_meta_theme): Search the gtkrc for
	the colour scheme if none was found in the metatheme file. Fixes a problem
	when comparing two metathemes which only differ by the colour scheme setting.


svn path=/trunk/; revision=7356
This commit is contained in:
Thomas Wood 2007-03-04 17:17:47 +00:00 committed by Thomas Wood
parent 77f371143b
commit 3a4bd9578d
7 changed files with 89 additions and 6 deletions

View file

@ -0,0 +1,5 @@
void gtkrc_get_details (gchar *filename, GSList **engines, GSList **symbolic_colors);
gchar * gtkrc_find_named (const gchar *name);
gchar * gtkrc_get_color_scheme (gchar *filename);