diff libpurple/ft.c @ 28066:aeaf60a83b84

merge of '0b43c5f05ed84d95790b3c5370f905758358e36e' and '561315b6287740585d64d5714065bfe7c06eaefd'
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 29 Jul 2009 19:31:27 +0000
parents 36d5e7690ad6
children da33da2e1a1e b131c68822ce
line wrap: on
line diff
--- a/libpurple/ft.c	Wed Jul 29 07:54:07 2009 +0000
+++ b/libpurple/ft.c	Wed Jul 29 19:31:27 2009 +0000
@@ -132,6 +132,9 @@
 {
 	g_return_if_fail(xfer != NULL);
 
+	if (xfer->status == status)
+		return;
+
 	xfer->status = status;
 
 	if(xfer->type == PURPLE_XFER_SEND) {