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
5 lines
184 B
C
5 lines
184 B
C
|
|
|
|
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);
|