comparison finch/gntdebug.c @ 29655:24aa608c5388

propagate from branch 'im.pidgin.pidgin' (head e1fd1e27a14e8cc717dc7fb6cb69ff1f10672704) to branch 'im.pidgin.cpw.attention_ui' (head 62e39626febfda000fa13a800bdd0eb9c3e36cbc)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 18 Nov 2008 22:35:08 +0000
parents 0320b4a33432
children e2e57d3c0578 adf153852bcf
comparison
equal deleted inserted replaced
29654:eab9700e6361 29655:24aa608c5388
231 purple_notify_error(NULL, NULL, _("Unable to open file."), NULL); 231 purple_notify_error(NULL, NULL, _("Unable to open file."), NULL);
232 return; 232 return;
233 } 233 }
234 234
235 fprintf(fp, "Finch Debug Log : %s\n", purple_date_format_full(NULL)); 235 fprintf(fp, "Finch Debug Log : %s\n", purple_date_format_full(NULL));
236 fprintf(fp, tv->string->str); 236 fprintf(fp, "%s", tv->string->str);
237 fclose(fp); 237 fclose(fp);
238 gnt_widget_destroy(GNT_WIDGET(fs)); 238 gnt_widget_destroy(GNT_WIDGET(fs));
239 } 239 }
240 240
241 static void 241 static void