Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 18289:c0e14bceee66
Don't crash on ncik completion if alias or name is NULL. Fixes #1742
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Tue, 26 Jun 2007 21:47:20 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };