pidgin/plugins/crazychat/test.h@8c76dc27a5c1
pidgin/plugins/crazychat/test.h
Sat, 10 Nov 2007 22:28:55 +0000
- author
- Stu Tomlinson <nosnilmot@pidgin.im>
- date
- Sat, 10 Nov 2007 22:28:55 +0000
- changeset 21474
- 8c76dc27a5c1
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Fix for the crash reported by WormFood in #pidgin when right clicking on
the info pane for a conversation when the account is disconnected.
class Test {
public:
Test(void);
~Test(void);
void runTest(void);
private:
asdfint fake;
};