view pidgin/plugins/crazychat/test.h @ 21582:b00659aa0acf

Fix showing groups that contain offline buddies that have the "Show when offline" option enabled but there are no other online buddies already in the group. Fixes: #3990
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 18 Nov 2007 17:34:39 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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