comparison pidgin/gtkconv.h @ 15514:535f002e7b0f

More pidgin changes
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 19:08:27 +0000
parents 760ef6d78d2d
children 9c32176ac555
comparison
equal deleted inserted replaced
15513:7a47740aefaa 15514:535f002e7b0f
57 57
58 #define GAIM_IS_GTK_CONVERSATION(conv) \ 58 #define GAIM_IS_GTK_CONVERSATION(conv) \
59 (gaim_conversation_get_ui_ops(conv) == \ 59 (gaim_conversation_get_ui_ops(conv) == \
60 pidgin_conversations_get_conv_ui_ops()) 60 pidgin_conversations_get_conv_ui_ops())
61 61
62 #include "gtkgaim.h" 62 #include "pidgin.h"
63 #include "conversation.h" 63 #include "conversation.h"
64 #include "gtkconvwin.h" 64 #include "gtkconvwin.h"
65 65
66 /************************************************************************** 66 /**************************************************************************
67 * @name Structures 67 * @name Structures