comparison src/protocols/oscar/oscar.c @ 3035:0f1766887ddd

[gaim-migrate @ 3048] Maybe this totally sucks, maybe it doesn't. If you like this, please let me know. If you have geniunely sincere constructive criticism, then approach me in a nic way. If you think it sucks then you can build yourself a wee little bridge and get the hell on over it. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 13 Mar 2002 04:06:23 +0000
parents 4f43ccaf4360
children e68e2ba82310
comparison
equal deleted inserted replaced
3034:4f43ccaf4360 3035:0f1766887ddd
3546 gaim_input_remove(dim->watcher); 3546 gaim_input_remove(dim->watcher);
3547 aim_conn_kill(od->sess, &dim->conn); 3547 aim_conn_kill(od->sess, &dim->conn);
3548 g_free(dim); 3548 g_free(dim);
3549 } 3549 }
3550 3550
3551
3552
3551 static struct prpl *my_protocol = NULL; 3553 static struct prpl *my_protocol = NULL;
3552 3554
3553 void oscar_init(struct prpl *ret) { 3555 void oscar_init(struct prpl *ret) {
3554 ret->protocol = PROTO_OSCAR; 3556 ret->protocol = PROTO_OSCAR;
3555 ret->options = OPT_PROTO_BUDDY_ICON; 3557 ret->options = OPT_PROTO_BUDDY_ICON;