view pidgin/plugins/crazychat/test.h @ 31716:cdbca568eaf3

Apply the timer-check patch that I supplied in #13139. Should now show a docklet icon on the older GTK+. Fixes #13139.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 28 Feb 2011 00:12:20 +0000
parents 5fe8042783c1
children
line wrap: on
line source

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