diff src/multi.c @ 3630:9682c0e022c6

[gaim-migrate @ 3753] Yeah this will probably break a lot of shit knowing my luck. But hey, I really don't care what people thnk. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 11 Oct 2002 03:14:01 +0000
parents bdd0bebd2d04
children 988485669631
line wrap: on
line diff
--- a/src/multi.c	Fri Oct 11 02:10:08 2002 +0000
+++ b/src/multi.c	Fri Oct 11 03:14:01 2002 +0000
@@ -454,7 +454,7 @@
 		gtk_file_selection_set_filename(GTK_FILE_SELECTION(dlg), tmp);
 		g_free(tmp);
 	} else {
-		g_snprintf(buf, sizeof(buf), "%s/", g_get_home_dir());
+		g_snprintf(buf, sizeof(buf), "%s" G_DIR_SEPARATOR_S, gaim_home_dir());
 		gtk_file_selection_set_filename(GTK_FILE_SELECTION(dlg), buf);
 	}