Mercurial > pidgin
view plugins/perl/libgaimperl.c @ 12164:281ab2ecc08c
[gaim-migrate @ 14465]
SF Patch #1361253 from Sadrul
Summary: "Contact Priority Fix"
"This was not updated when GAIM_STATUS_ONLINE was removed."
Comment by sadrul: "I have also included a fix for the contact-priority plugin."
I made a lot more changes to the contact priority. It seems to work for me now.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 19 Nov 2005 16:35:34 +0000 |
parents | f8cd06753755 |
children | a4229dd9c76a |
line wrap: on
line source
#include <gmodule.h> void __attribute__ ((constructor)) my_init(void) { /* Very evil hack...puts perl.so's symbols in the global table */ /* but does not create a circular dependancy because g_module_open */ /* will only open the library once. */ g_module_open("perl.so", 0); }