diff plugins/gestures/gestures.c @ 10824:8d52201620d0

[gaim-migrate @ 12488] This changes gaim_conv_window_remove_conversation to take a GaimConversion pointer to remore instead of an index. Every place just called a function to get the index before calling it anyway. This may or may not help the contact aware convo bugs, I didn't test it yet, but I believe it to be a step in the right direction. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 15 Apr 2005 00:28:54 +0000
parents 9fdbfe832fac
children de9af04c50ff
line wrap: on
line diff
--- a/plugins/gestures/gestures.c	Thu Apr 14 04:08:10 2005 +0000
+++ b/plugins/gestures/gestures.c	Fri Apr 15 00:28:54 2005 +0000
@@ -104,7 +104,7 @@
 
 	new_win = gaim_conv_window_new();
 
-	gaim_conv_window_remove_conversation(old_win, gaim_conversation_get_index(conv));
+	gaim_conv_window_remove_conversation(old_win, conv);
 	gaim_conv_window_add_conversation(new_win, conv);
 
 	gaim_conv_window_show(new_win);