From 347240bf66daf78f6a0e7c98bc32a53810f710a9 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Wed, 27 Mar 2002 05:29:36 +0000 Subject: forgot to uncomment ipaq code again --- (limited to 'core/applets/vmemo') diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index e6c4ff9..4d4d598 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp @@ -252,8 +252,8 @@ void VMemo::mousePressEvent( QMouseEvent *me ) No mousePress/mouseRelease recording on the iPAQ. The REC button on the iPAQ calls these functions mousePressEvent and mouseReleaseEvent with a NULL parameter. */ -// if (!systemZaurus && me != NULL) -// return; + if (!systemZaurus && me != NULL) + return; // Config config( "Sound" ); // config.setGroup( "System" ); -- cgit v0.9.0.2