Mercurial > pidgin
view plugins/crazychat/test.h @ 14002:fccb5cfa33b9
[gaim-migrate @ 16587]
Removed an unneeded return and made the notify functions call the close callback immediately if there is no appropriate ui_op.
committer: Tailor Script <tailor@pidgin.im>
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Thu, 27 Jul 2006 20:10:57 +0000 |
parents | fc464a0abccc |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };