aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-26 10:57:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-26 10:57:24 +0000
commit48420a4ea6c0a4ccd8a52964c2415ccd1a2c5d92 (patch)
tree956bae78f424441db177bbd1d25791e82efdb313 /src/main.c
parenta995a308a0ea0dbc92d14bb62d1fe1d1c87a355b (diff)
improved DnD.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@291 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index dbb7766b..a3decf45 100644
--- a/src/main.c
+++ b/src/main.c
@@ -495,6 +495,7 @@ void app_will_exit(GtkWidget *widget, gpointer data)
g_free(filename);
/* delete temporary files */
+ remove_all_files(get_tmp_dir());
remove_all_files(get_mime_tmp_dir());
close_log_file();