Mercurial > pidgin.yaz
changeset 4661:ccc304cb0389
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 07 Mar 2003 06:00:37 +0000 |
parents | 92f401df564a |
children | 6d8a3e81db48 |
files | src/gtkft.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);