view libpurple/purple.pc.in @ 27100:1d2b813faca7

Stop exiting early from this function. I don't believe it harms anything to continue executing even if body is null, and if we exit early then we don't call purple_connection_set_state(session->gc, PURPLE_CONNECTED) and the account never gets set to "connected." This seems to affect any MySpace account that has an empty buddy list. I'm pretty sure this used to work fine, so I'm assuming MySpace tweaked the data sent to the client when the user has an empty buddy list.
author Mark Doliner <mark@kingant.net>
date Wed, 03 Jun 2009 21:46:05 +0000
parents 389a51db740f
children 1d969bd224f2
line wrap: on
line source

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
sysconfdir=@sysconfdir@

Name: libpurple
Description: libpurple is a GLib-based instant messenger library.
Version: @VERSION@
Requires: glib-2.0
Cflags: -I${includedir}/libpurple
Libs: -L${libdir} -lpurple