pidgin/gtkdebug.c

changeset 15499
9550c30eb265
parent 15435
4b933b06d75e
child 15512
ddd9983b74aa
equal deleted inserted replaced
15498:2ee3112b6f24 15499:9550c30eb265
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 }

mercurial