view libpurple/purple-client.h @ 28195:de93712181c1

Don't reset the sound theme pref if we're just loading the list of themes. Otherwise, any custom sounds will be reset whenever you open the preferences. Fixes #9955.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 04 Sep 2009 03:41:31 +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