diff src/gtkutils.c @ 4398:a8249a5250b6

[gaim-migrate @ 4667] Made use of the new GAIM_IS_GTK_WINDOW() and GAIM_IS_GTK_CONVERSATION() macros. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 22 Jan 2003 23:46:59 +0000
parents 5fb47ec9bfe4
children 283fb289c510
line wrap: on
line diff
--- a/src/gtkutils.c	Wed Jan 22 23:20:09 2003 +0000
+++ b/src/gtkutils.c	Wed Jan 22 23:46:59 2003 +0000
@@ -301,7 +301,7 @@
 	if (conv == NULL || gaim_conversation_get_type(conv) != GAIM_CONV_IM)
 		return;
 
-	if (gaim_conversation_get_ops(conv) != gaim_get_gtk_conversation_ops())
+	if (!GAIM_IS_GTK_CONVERSATION(conv))
 		return;
 
 	gtkconv = GAIM_GTK_CONVERSATION(conv);