view PLUGIN_HOWTO @ 19654:6e9a16deb5b1

Fix the plugin loading issue Luke had noticed. This is a pretty weird bug that would've affected any new plugins being loaded. This bug remained hidden because we used to load the list of loaded plugins later. So this line, which I think was a typo to begin with, essentially didn't affect anything. Now that we load the preferences early, it was causing the list of loaded plugins to be rewritten at startup.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 06 Sep 2007 06:26:02 +0000
parents 83ec0b408926
children db5a58aabe38
line wrap: on
line source

For information on writing a plugin for Purple, Pidgin or Finch, go
http://developer.pidgin.im and click on API.  From there, see the HOWTOs in the
"Related Pages" section.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.