changeset 28727:53aab96e61a9

Use the appropriate function to remove an input watcher. This wouldn't actually cause problems with most glib-based event loops.
author Paul Aurich <paul@darkrain42.org>
date Sat, 10 Oct 2009 22:58:28 +0000
parents 401a00227615
children 659dde8c53a9 61856d0a2714
files libpurple/ft.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/ft.c	Sat Oct 10 03:53:59 2009 +0000
+++ b/libpurple/ft.c	Sat Oct 10 22:58:28 2009 +0000
@@ -1030,7 +1030,7 @@
 				 * watcher.
 				 */
 				if (xfer->watcher != 0) {
-					purple_timeout_remove(xfer->watcher);
+					purple_input_remove(xfer->watcher);
 					xfer->watcher = 0;
 				}