Mercurial > pidgin
view plugins/crazychat/test.h @ 13364:3b7abce487f5
[gaim-migrate @ 15737]
A patch from Sadrul to update the screenname autocomplete list when accounts are added/deleted or sign on/sign off.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 01 Mar 2006 07:27:09 +0000 |
parents | fc464a0abccc |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };