view pidgin/plugins/crazychat/test.h @ 31719:ccda2eba140b

Strip spaces when normalizing MSN usernames. Spaces in the account name magically worked, but caused weird problems such as broken don't-open-a-chat-on-MPOP logic. Fixes #13173.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 01 Mar 2011 05:09:26 +0000
parents 5fe8042783c1
children
line wrap: on
line source

class Test {
	public:
		Test(void);
		~Test(void);
		void runTest(void);
	private:
		asdfint fake;
};