From: Eric W. <war...@us...> - 2001-11-27 01:09:40
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv32342 Modified Files: dialogs.c Log Message: Thanks, Decklin. I appreciate it. Index: dialogs.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/dialogs.c,v retrieving revision 1.292 retrieving revision 1.293 diff -u -d -r1.292 -r1.293 --- dialogs.c 2001/11/26 20:39:53 1.292 +++ dialogs.c 2001/11/27 01:09:33 1.293 @@ -2055,7 +2055,7 @@ gtk_file_selection_hide_fileop_buttons(GTK_FILE_SELECTION(c->log_dialog)); - g_snprintf(buf, BUF_LEN - 1, "%s/%s.log", getenv("HOME"), c->name); + g_snprintf(buf, BUF_LEN - 1, "%s/%s.log", getenv("HOME"), normalize(c->name)); gtk_object_set_user_data(GTK_OBJECT(c->log_dialog), "log dialog"); gtk_file_selection_set_filename(GTK_FILE_SELECTION(c->log_dialog), buf); gtk_signal_connect(GTK_OBJECT(c->log_dialog), "delete_event", |