Mercurial > pidgin
view libpurple/purple-client.h @ 20445:203b45c4c8a0
Patch media_if_no_status.diff from ticket #93 - fixes setting "currentmedia"
status "message" if there is no personal status message set.
Fixes #93
Note: Ticket 93 has the title "Support for MSNP14". This commit does not
complete that!
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Mon, 28 May 2007 02:15:55 +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