Mercurial > pidgin.yaz
view pidgin/plugins/crazychat/test.h @ 19601:979d1b4fbe35
If a prpl doesn't support icons then hide the "use a custom icon?"
checkbox in the account editor. Previously we were hiding the
icon selector and the "remove" button, but not the check box.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 03 Sep 2007 09:02:23 +0000 |
parents | 5fe8042783c1 |
children |
line wrap: on
line source
class Test { public: Test(void); ~Test(void); void runTest(void); private: asdfint fake; };