Mercurial > pidgin.yaz
view gtk/plugins/crazychat/test.h @ 14667:70f68b34b311
[gaim-migrate @ 17413]
Only de-sensitize the Add button if no username is set
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sun, 01 Oct 2006 15:05:45 +0000 |
parents | 009db0b357b5 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };