comparison finch/gntconv.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents 6bf32c9e15a7
children f5e193735392
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
31 #include <gntmenuitem.h> 31 #include <gntmenuitem.h>
32 32
33 #include "conversation.h" 33 #include "conversation.h"
34 34
35 /* Grabs the conv out of a PurpleConverstation */ 35 /* Grabs the conv out of a PurpleConverstation */
36 #define FINCH_CONV(conv) ((FinchConv *)(conv)->ui_data) 36 #define FINCH_CONV(conv) ((FinchConv *)purple_conversation_get_ui_data(conv))
37 37
38 /*************************************************************************** 38 /***************************************************************************
39 * @name GNT Conversations API 39 * @name GNT Conversations API
40 ***************************************************************************/ 40 ***************************************************************************/
41 /*@{*/ 41 /*@{*/