comparison src/main.c @ 4514:7521e29658bc

[gaim-migrate @ 4792] Of course, file transfer wasn't really gone.. I'm trying my hardest to bring on the end of the world (see the roadmap at http://gaim.sf.net/roadmap.png). File transfer is being rewritten. This isn't the finished implementation, but it's enough to let us get the prpls working. There is now a file transfer dialog, which will appear when you get a new transfer request or when you go to Tools -> File Transfers. This is of course core/UI split. I'll also be working on documentation on how to write FT support in a prpl. Oh, and I'll get resumes and transfer batches done when school isn't breathing down my back. Only DCC receive in IRC currently works. Sorry. We'll get the other prpls working soon, as well as send. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 04 Feb 2003 06:57:35 +0000
parents 3196d9044a45
children 9df99116840a
comparison
equal deleted inserted replaced
4513:adb0245e1dfc 4514:7521e29658bc
518 struct smiley_theme *smile = smiley_themes->data; 518 struct smiley_theme *smile = smiley_themes->data;
519 load_smiley_theme(smile->path, TRUE); 519 load_smiley_theme(smile->path, TRUE);
520 } 520 }
521 } 521 }
522 522
523 /* Set the UI operation structures. */
523 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops()); 524 gaim_set_win_ui_ops(gaim_get_gtk_window_ui_ops());
525 gaim_set_xfer_ui_ops(gaim_get_gtk_xfer_ui_ops());
524 526
525 setup_stock(); 527 setup_stock();
526 528
527 #ifndef _WIN32 529 #ifndef _WIN32
528 /* use the nice PNG icon for all the windows */ 530 /* use the nice PNG icon for all the windows */