Blob Blame History Raw
--- branches/0.4/src/lib/AutoTypeX11.h	2009/03/28 15:29:04	306
+++ branches/0.4/src/lib/AutoTypeX11.h	2009/03/28 15:59:06	307
@@ -42,7 +42,7 @@
 	
 	protected:
 		void sleepTime(int msec);
-		inline void sleepKeyStrokeDelay(){ sleep(config->autoTypeKeyStrokeDelay()); };
+		inline void sleepKeyStrokeDelay(){ sleepTime(config->autoTypeKeyStrokeDelay()); };
 		void templateToKeysyms(const QString& Template, QList<AutoTypeAction>& KeySymList,IEntryHandle* entry);
 		void stringToKeysyms(const QString& string,QList<AutoTypeAction>& KeySymList);