implement theme saving

2007-06-24  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* appearance-themes.c: (theme_selection_changed_cb),
	(theme_save_cb), (themes_init), (themes_shutdown):
	* appearance.glade:
	* appearance.h:
	* theme-save.c:
	* theme-save.h:
	* theme-util.h: implement theme saving

svn path=/trunk/; revision=7771
This commit is contained in:
Jens Granseuer 2007-06-24 11:04:27 +00:00 committed by Jens Granseuer
parent 4dd7379dbf
commit 122df3a8d0
8 changed files with 646 additions and 2 deletions

View file

@ -56,4 +56,5 @@ typedef struct {
GSList *theme_queue;
GnomeThemeMetaInfo *theme_custom;
GdkPixbuf *theme_icon;
GtkWidget *theme_save_dialog;
} AppearanceData;