# HG changeset patch # User Christian Hammond # Date 1043205915 0 # Node ID bdab2840ef4c2b5a7f8c3cef900f2bdcfb49354f # Parent 8f633419c8371382485586128dd2a9846004fb75 [gaim-migrate @ 4651] Oops. committer: Tailor Script diff -r 8f633419c837 -r bdab2840ef4c src/gtkconv.h --- a/src/gtkconv.h Wed Jan 22 03:12:21 2003 +0000 +++ b/src/gtkconv.h Wed Jan 22 03:25:15 2003 +0000 @@ -180,7 +180,7 @@ (gaim_window_get_ops(win) == gaim_get_gtk_window_ops()) #define GAIM_IS_GTK_CONVERSATION(conv) \ - (gaim_conversation_get_ops(win) == gaim_get_gtk_conversation_ops()) + (gaim_conversation_get_ops(conv) == gaim_get_gtk_conversation_ops()) /************************************************************************** * @name GTK+ Conversation API