# HG changeset patch # User Mark Doliner # Date 1047016837 0 # Node ID ccc304cb0389aa00b04cf9fa97c0e1273f0dae52 # Parent 92f401df564ac34a4934575f13de69905fe9ee02 [gaim-migrate @ 4972] I feel like one of them email spammers. So as not to completely waste a few KB of bandwidth, let me ask you a question: Who do you think is cooler, Bono or Sting? I definately think Sting is cooler. I mean, Bono is pretty cool and all, but Sting just has that whole "I'm pretty old" thing going on. committer: Tailor Script diff -r 92f401df564a -r ccc304cb0389 src/gtkft.c --- a/src/gtkft.c Fri Mar 07 05:40:02 2003 +0000 +++ b/src/gtkft.c Fri Mar 07 06:00:37 2003 +0000 @@ -1027,7 +1027,7 @@ data->filesel = gtk_file_selection_new(_("Gaim - Save As...")); if (gaim_xfer_get_filename(xfer) == NULL) - init_str = g_strdup_printf("%s%c", cur_dir, G_DIR_SEPARATOR); + init_str = g_strdup_printf("%s" G_DIR_SEPARATOR_S, cur_dir); else init_str = g_build_filename(cur_dir, gaim_xfer_get_filename(xfer), NULL);