| 232 purple_notify_error(NULL, NULL, _("Unable to open file."), NULL); |
232 purple_notify_error(NULL, NULL, _("Unable to open file."), NULL); |
| 233 return; |
233 return; |
| 234 } |
234 } |
| 235 |
235 |
| 236 fprintf(fp, "Finch Debug Log : %s\n", purple_date_format_full(NULL)); |
236 fprintf(fp, "Finch Debug Log : %s\n", purple_date_format_full(NULL)); |
| 237 fprintf(fp, tv->string->str); |
237 fprintf(fp, "%s", tv->string->str); |
| 238 fclose(fp); |
238 fclose(fp); |
| 239 gnt_widget_destroy(GNT_WIDGET(fs)); |
239 gnt_widget_destroy(GNT_WIDGET(fs)); |
| 240 } |
240 } |
| 241 |
241 |
| 242 static void |
242 static void |