Based on a patch by: Lincoln de Sousa <lincoln@minaslivre.org>

2008-05-24  Jens Granseuer  <jensgr@gmx.net>

	Based on a patch by: Lincoln de Sousa <lincoln@minaslivre.org>

	Port the last remaining bits of gnome-vfs to gio (bug
	#524401).

	* appearance-main.c: (init_appearance_data):
	* theme-installer.c: (cleanup_tmp_dir), (file_theme_type),
	(transfer_cancel_cb), (gnome_theme_install_real),
	(transfer_done_cb): use gio instead of gnome-vfs

	* theme-util.c:
	* theme-util.h: make file_delete_recursive public

	* gnome-wp-info.c: include string.h to avoid warning

svn path=/trunk/; revision=8721
This commit is contained in:
Jens Granseuer 2008-05-24 16:34:05 +00:00 committed by Jens Granseuer
parent c9dd628887
commit 2c323085cb
6 changed files with 80 additions and 40 deletions

View file

@ -60,3 +60,4 @@ gboolean theme_find_in_model (GtkTreeModel *model, const gchar *name, GtkTreeIte
void theme_install_file (GtkWindow *parent, const gchar *path);
gboolean packagekit_available (void);
gboolean file_delete_recursive (GFile *directory, GError **error);