diff plugins/gestures/gestures.c @ 12667:a99a0cc67713

[gaim-migrate @ 15010] Fix SF Bug #1392371 Disabling the mouse gestures plugin and then performing a mouse gesture would cause a crash. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 29 Dec 2005 00:21:53 +0000
parents e856f985a0b9
children ff267281e882
line wrap: on
line diff
--- a/plugins/gestures/gestures.c	Wed Dec 28 09:04:51 2005 +0000
+++ b/plugins/gestures/gestures.c	Thu Dec 29 00:21:53 2005 +0000
@@ -219,6 +219,7 @@
 		gtkconv = GAIM_GTK_CONVERSATION(conv);
 
 		gstroke_cleanup(gtkconv->imhtml);
+		gstroke_disable(gtkconv->imhtml);
 	}
 
 	return TRUE;