comparison src/oscar.c @ 1114:c61f9c384413

[gaim-migrate @ 1124] update to STATUS, pass -Wall, and fix some applet stupidity for failed signons. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 21 Nov 2000 01:00:45 +0000
parents 5bc8fdacd2cb
children 65e0608e19f7
comparison
equal deleted inserted replaced
1113:4efa1ca61a2a 1114:c61f9c384413
769 g_free(g->sn); 769 g_free(g->sn);
770 g_free(g); 770 g_free(g);
771 } 771 }
772 772
773 static int accept_getfile(gpointer w, struct ask_getfile *g) { 773 static int accept_getfile(gpointer w, struct ask_getfile *g) {
774 /*
774 struct gaim_connection *gc = g->gc; 775 struct gaim_connection *gc = g->gc;
775 776
776 /*
777 if ((newconn = aim_accepttransfer(od->sess, od->conn, g->sn, g->cookie, g->ip, od->sess->oft.listing, AIM_CAPS_GETFILE)) == NULL) { 777 if ((newconn = aim_accepttransfer(od->sess, od->conn, g->sn, g->cookie, g->ip, od->sess->oft.listing, AIM_CAPS_GETFILE)) == NULL) {
778 cancel_getfile(w, g); 778 cancel_getfile(w, g);
779 return; 779 return;
780 } 780 }
781 */ 781 */