diff src/protocols/oscar/oscar.c @ 2411:123aaa84109a

[gaim-migrate @ 2424] Rob, you took too long to do it committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 02 Oct 2001 05:52:56 +0000
parents 569ae9f2bb89
children 95b4ec08abec
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Mon Oct 01 22:54:05 2001 +0000
+++ b/src/protocols/oscar/oscar.c	Tue Oct 02 05:52:56 2001 +0000
@@ -2703,7 +2703,7 @@
 
 void oscar_init(struct prpl *ret) {
 	ret->protocol = PROTO_OSCAR;
-	ret->options = OPT_PROTO_HTML | OPT_PROTO_CORRECT_TIME;
+	ret->options = OPT_PROTO_HTML | OPT_PROTO_CORRECT_TIME | OPT_PROTO_BUDDY_ICON;
 	ret->name = oscar_name;
 	ret->list_icon = oscar_list_icon;
 	ret->away_states = oscar_away_states;