changeset 28728:659dde8c53a9

merged with im.pidgin.pidgin
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 11 Oct 2009 17:36:59 +0900
parents 291c89bfe040 (current diff) 53aab96e61a9 (diff)
children bd8a1dad7f1c
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/ft.c	Sun Oct 11 00:51:47 2009 +0900
+++ b/libpurple/ft.c	Sun Oct 11 17:36:59 2009 +0900
@@ -1030,7 +1030,7 @@
 				 * watcher.
 				 */
 				if (xfer->watcher != 0) {
-					purple_timeout_remove(xfer->watcher);
+					purple_input_remove(xfer->watcher);
 					xfer->watcher = 0;
 				}