comparison src/protocols/msn/slpmsg.c @ 11321:95fa774d216d

[gaim-migrate @ 13525] Kill off the conversation closed notices Fix for setting the ACK id on slpmsg ACKs which might improve things for other clients (see bug #1222320) Clean up some debugging stuff Add support for sending and receiving Nudges (Based on patch #1169352) Add an account action to go direct to a Hotmail Inbox committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 21 Aug 2005 17:14:22 +0000
parents 93663df88ec4
children
comparison
equal deleted inserted replaced
11320:d3b567926e8f 11321:95fa774d216d
119 if (g_stat(file_name, &st) == 0) 119 if (g_stat(file_name, &st) == 0)
120 slpmsg->size = st.st_size; 120 slpmsg->size = st.st_size;
121 } 121 }
122 122
123 #ifdef MSN_DEBUG_SLP 123 #ifdef MSN_DEBUG_SLP
124 const void 124 void
125 msn_slpmsg_show(MsnMessage *msg) 125 msn_slpmsg_show(MsnMessage *msg)
126 { 126 {
127 const char *info; 127 const char *info;
128 gboolean text; 128 gboolean text;
129 guint32 flags; 129 guint32 flags;