Mercurial > pidgin.yaz
diff src/gtkconv.c @ 7261:1930e3d00ecd
[gaim-migrate @ 7838]
prpl-specific normalize is back, after my crusade to kill it.
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 14 Oct 2003 05:07:39 +0000 |
parents | 59ffe137176d |
children | c7f0a4397d9e |
line wrap: on
line diff
--- a/src/gtkconv.c Tue Oct 14 04:44:43 2003 +0000 +++ b/src/gtkconv.c Tue Oct 14 05:07:39 2003 +0000 @@ -2819,7 +2819,7 @@ window = gtk_file_selection_new(_("Gaim - Save Conversation")); g_snprintf(buf, sizeof(buf), "%s" G_DIR_SEPARATOR_S "%s.log", - gaim_home_dir(), gaim_normalize(c->name)); + gaim_home_dir(), gaim_normalize(c->account, c->name)); gtk_file_selection_set_filename(GTK_FILE_SELECTION(window), buf); g_object_set_data(G_OBJECT(GTK_FILE_SELECTION(window)->ok_button), "gaim_conversation", c);