Mercurial > pidgin
changeset 4385:bdab2840ef4c
[gaim-migrate @ 4651]
Oops.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 22 Jan 2003 03:25:15 +0000 |
parents | 8f633419c837 |
children | 29b67b8de743 |
files | src/gtkconv.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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