author | llornkcor <llornkcor> | 2002-03-27 05:29:36 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-27 05:29:36 (UTC) |
commit | 347240bf66daf78f6a0e7c98bc32a53810f710a9 (patch) (side-by-side diff) | |
tree | 8b638f2e12cb32b8bdbe329aa2a1d03635105329 /core | |
parent | 531e1365f5ae7ffcbfc9c9ebe92274282358025e (diff) | |
download | opie-347240bf66daf78f6a0e7c98bc32a53810f710a9.zip opie-347240bf66daf78f6a0e7c98bc32a53810f710a9.tar.gz opie-347240bf66daf78f6a0e7c98bc32a53810f710a9.tar.bz2 |
forgot to uncomment ipaq code again
-rw-r--r-- | core/applets/vmemo/vmemo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ -253,6 +253,6 @@ void VMemo::mousePressEvent( QMouseEvent *me ) mousePressEvent and mouseReleaseEvent with a NULL parameter. */ -// if (!systemZaurus && me != NULL) -// return; + if (!systemZaurus && me != NULL) + return; // Config config( "Sound" ); |