comparison src/buddy.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 5426b09731d6
comparison
equal deleted inserted replaced
4513:adb0245e1dfc 4514:7521e29658bc
2522 G_CALLBACK(account_editor), NULL, 'a', GDK_CONTROL_MASK, "Ctl+A"); 2522 G_CALLBACK(account_editor), NULL, 'a', GDK_CONTROL_MASK, "Ctl+A");
2523 #endif 2523 #endif
2524 gaim_new_item_from_stock(menu, _("_Preferences..."), GTK_STOCK_PREFERENCES, 2524 gaim_new_item_from_stock(menu, _("_Preferences..."), GTK_STOCK_PREFERENCES,
2525 G_CALLBACK(show_prefs), NULL, 'p', GDK_CONTROL_MASK, "Ctl+P"); 2525 G_CALLBACK(show_prefs), NULL, 'p', GDK_CONTROL_MASK, "Ctl+P");
2526 2526
2527 gaim_new_item_from_stock(menu, _("_File Transfers..."), GTK_STOCK_REVERT_TO_SAVED,
2528 G_CALLBACK(gaim_gtkxfer_dialog_show), NULL, 0, 0, NULL);
2529
2527 gaim_separator(menu); 2530 gaim_separator(menu);
2528 2531
2529 protomenu = gtk_menu_new(); 2532 protomenu = gtk_menu_new();
2530 menuitem = gaim_new_item_from_stock(menu, _("Protocol Actions"), NULL, NULL, NULL, 0, 0, 0); 2533 menuitem = gaim_new_item_from_stock(menu, _("Protocol Actions"), NULL, NULL, NULL, 0, 0, 0);
2531 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), protomenu); 2534 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), protomenu);