view PLUGIN_HOWTO @ 18436:3f964a7e27e2

Don't present the buddy list when a row is added to the accounts window. I'm not quite sure why this was done... I'm guessing so that the buddy list comes to the front when a new account is added. Do we really want that? If so, the Pidgin gtkblist code should watch the account-added signal instead. This fixes a bug where 1. System tray icon is enabled and buddy list is hidden 2. User right-clicks system tray icon and selects "Accounts" 3. The buddy list pops up
author Mark Doliner <mark@kingant.net>
date Thu, 05 Jul 2007 08:06:08 +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.