| 218 gaim_notify_error(win, NULL, _("Unable to open file."), NULL); |
218 gaim_notify_error(win, NULL, _("Unable to open file."), NULL); |
| 219 return; |
219 return; |
| 220 } |
220 } |
| 221 |
221 |
| 222 tmp = gtk_imhtml_get_text(GTK_IMHTML(win->text), NULL, NULL); |
222 tmp = gtk_imhtml_get_text(GTK_IMHTML(win->text), NULL, NULL); |
| 223 fprintf(fp, "Gaim Debug Log : %s\n", gaim_date_format_full(NULL)); |
223 fprintf(fp, "Pidgin Debug Log : %s\n", gaim_date_format_full(NULL)); |
| 224 fprintf(fp, "%s", tmp); |
224 fprintf(fp, "%s", tmp); |
| 225 g_free(tmp); |
225 g_free(tmp); |
| 226 |
226 |
| 227 fclose(fp); |
227 fclose(fp); |
| 228 } |
228 } |