comparison pidgin/gtkconv.h @ 19949:6829aa32b16c

propagate from branch 'im.pidgin.pidgin' (head 3a95a9866173539bae4b66f0e7047dae6f5376c6) to branch 'im.pidgin.sadrul.conv.persistent' (head 863f5c0525aa8313063c80e0af1f1b3ebbadde5f)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 12 Sep 2007 11:18:57 +0000
parents 44b4e8bd759b c45e06d1901c
children d9a6d6ac2537
comparison
equal deleted inserted replaced
19940:80bfc233c9f2 19949:6829aa32b16c
166 /* Used when attaching a PidginConversation to a PurpleConversation 166 /* Used when attaching a PidginConversation to a PurpleConversation
167 * with message history */ 167 * with message history */
168 struct { 168 struct {
169 int timer; 169 int timer;
170 GList *current; 170 GList *current;
171 time_t when;
171 } attach; 172 } attach;
172 }; 173 };
173 174
174 /*@}*/ 175 /*@}*/
175 176