changeset 11049:c716cc44bfaa

[gaim-migrate @ 12983] Enabled sending files to ICQ users committer: Tailor Script <tailor@pidgin.im>
author Jonathan Clark <ardentlygnarly>
date Sat, 02 Jul 2005 16:44:01 +0000
parents 3f04018e1308
children ed397b13f4d7
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c	Fri Jul 01 04:59:01 2005 +0000
+++ b/src/protocols/oscar/oscar.c	Sat Jul 02 16:44:01 2005 +0000
@@ -5,6 +5,7 @@
  * Some code copyright (C) 1999-2001, Eric Warmenhoven
  * Some code copyright (C) 2001-2003, Sean Egan
  * Some code copyright (C) 2001-2004, Mark Doliner <thekingant@users.sourceforge.net>
+ * Some code copyright (C) 2005, Jonathan Clark <ardentlygnarly@users.sourceforge.net>
  *
  * Most libfaim code copyright (C) 1998-2001 Adam Fritzler <afritz@auk.cx>
  * Some libfaim code copyright (C) 2001-2004 Mark Doliner <thekingant@users.sourceforge.net>
@@ -2159,7 +2160,7 @@
 	gboolean can_receive = FALSE;
 	OscarData *od = gc->proto_data;
 
-	if (od != NULL && !od->icq) {
+	if (od != NULL) {
 		aim_userinfo_t *userinfo;
 		userinfo = aim_locate_finduserinfo(od->sess, who);
 		if (userinfo && userinfo->capabilities & AIM_CAPS_SENDFILE)