diff src/gtkutils.c @ 10348:64bc206c7473

[gaim-migrate @ 11562] Ability to read sub-statuses from ~/.gaim/status.xml. We don't actually WRITE these to the file yet, so this doesn't do anything. Also a few other minor changes elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Dec 2004 23:57:52 +0000
parents 20e750dd21a0
children 748aa3c6de36
line wrap: on
line diff
--- a/src/gtkutils.c	Sun Dec 12 18:20:17 2004 +0000
+++ b/src/gtkutils.c	Sun Dec 12 23:57:52 2004 +0000
@@ -1507,10 +1507,11 @@
 
 			if (gc)
 				prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl);
+
 			if (prpl_info && prpl_info->options & OPT_PROTO_IM_IMAGE)
 				im = TRUE;
 
-			if (prpl_info && prpl_info->send_file)
+			if (prpl_info && prpl_info->can_receive_file)
 				ft = prpl_info->can_receive_file(gc, who);
 
 			if (im && ft)