comparison src/dialogs.c @ 928:44f65bde9208

[gaim-migrate @ 938] Yo committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 18 Sep 2000 19:13:27 +0000
parents f6aa60716419
children e5da96def4bd
comparison
equal deleted inserted replaced
927:9b04a3419351 928:44f65bde9208
2828 rewind(f); 2828 rewind(f);
2829 fread(buf, BUF_LONG, 1, f); 2829 fread(buf, BUF_LONG, 1, f);
2830 buf2 = buf; 2830 buf2 = buf;
2831 buf = g_malloc(8193); 2831 buf = g_malloc(8193);
2832 g_snprintf(buf, 8192, "toc_set_config {%s}\n", buf2); 2832 g_snprintf(buf, 8192, "toc_set_config {%s}\n", buf2);
2833 printf("%s\n", buf2);
2834 g_free(buf2); 2833 g_free(buf2);
2835 /* Something else */ 2834 /* Something else */
2836 } else { 2835 } else {
2837 if ( show_dialog == 1 ) { 2836 if ( show_dialog == 1 ) {
2838 destroy_dialog(NULL, importdialog); 2837 destroy_dialog(NULL, importdialog);