Mercurial > pidgin
view libpurple/purple-client.h @ 28067:ea7e54c4d7fd
Check for empty messages before sending them in chats. This is the same
send-only-HR's problem that affected IM's.
References #8057.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 23 Aug 2009 01:03:07 +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