diff -r 740f25ee1c92 surf.c
--- a/surf.c Mon Sep 07 11:02:26 2009 +0200
+++ b/surf.c Mon Sep 07 11:15:10 2009 +0200
@@ -661,8 +661,6 @@
/* make dirs */
home = g_get_home_dir();
- filename = g_build_filename(home, ".surf", NULL);
- g_mkdir_with_parents(filename, 0711);
filename = g_build_filename(home, ".surf", "dl", NULL);
g_mkdir_with_parents(filename, 0755);
Received on Mon Sep 07 2009 - 09:15:44 UTC
This archive was generated by hypermail 2.2.0 : Mon Sep 07 2009 - 09:24:01 UTC