Mercurial > pidgin.yaz
view PLUGIN_HOWTO @ 15980:f61113b26032
sf patch #1689182, from Will Thompson
gtkblist: remove code duplication, and plug a leak
Over in gtkblist.c, the code to generate plugin action menus is the same
for regular plugins and prpls, except that there is non-NULL context in the
latter. It was copy-pasted. Now it is not.
Incidentally, the version in gaim_gtk_blist_update_accounts_menu was
leaking the list every time: a pointer to the start was kept, presumably
with the intention that the list be freed, but it never actually was.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 01 Apr 2007 17:23:25 +0000 |
parents | cc3c50816cc9 |
children | 83ec0b408926 |
line wrap: on
line source
For information on writing a plugin for Purple, Pidgin or Finch, go http://pidgin.im/api/ and 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.