fix up last commit
2008-05-24 Jens Granseuer <jensgr@gmx.net> * theme-installer.c: (cleanup_tmp_dir): fix up last commit svn path=/trunk/; revision=8722
This commit is contained in:
parent
2c323085cb
commit
dbe40b95fc
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-05-24 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* theme-installer.c: (cleanup_tmp_dir): fix up last commit
|
||||||
|
|
||||||
2008-05-24 Jens Granseuer <jensgr@gmx.net>
|
2008-05-24 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
Based on a patch by: Lincoln de Sousa <lincoln@minaslivre.org>
|
Based on a patch by: Lincoln de Sousa <lincoln@minaslivre.org>
|
||||||
|
|
|
@ -57,7 +57,7 @@ cleanup_tmp_dir (GIOSchedulerJob *job,
|
||||||
GFile *directory;
|
GFile *directory;
|
||||||
|
|
||||||
directory = g_file_new_for_path (tmp_dir);
|
directory = g_file_new_for_path (tmp_dir);
|
||||||
file_delete_recursive (directory, &err);
|
file_delete_recursive (directory, NULL);
|
||||||
g_object_unref (directory);
|
g_object_unref (directory);
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue