diff -r b66302d38f7d -r 4e10236e06d4 src/gtkprefs.c --- a/src/gtkprefs.c Fri Feb 11 03:51:26 2005 +0000 +++ b/src/gtkprefs.c Fri Feb 11 05:10:40 2005 +0000 @@ -519,7 +519,7 @@ theme_install_theme(path, data); - unlink(path); + g_unlink(path); g_free(path); }