Mercurial > pidgin
view libpurple/purple-client.h @ 16991:af4181dde6fa
fix the typing animation so it doesn't stop animating once a conversation
has gone from typing -> not typing -> typing
(this has been bugging me at work, i thought maybe my rand() was stuck ;-)
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 10 May 2007 02:55:19 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#ifndef _PURPLE_CLIENT_H_INCLUDED_ #define _PURPLE_CLIENT_H_INCLUDED_ #include <glib.h> #include "purple-client-bindings.h" G_BEGIN_DECLS void purple_init(void); G_END_DECLS #endif