Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 5dc9b7b771437c67b3f329028289e280 > files > 1

kcm_touchpad-0.3.1-6.fc13.src.rpm

Index: kcm-touchpad-0.3.1/kcmtouchpad.cpp
===================================================================
--- kcm-touchpad-0.3.1.orig/kcmtouchpad.cpp	2010-04-11 20:34:50.509642139 -0400
+++ kcm-touchpad-0.3.1/kcmtouchpad.cpp	2010-04-11 20:35:50.388643170 -0400
@@ -79,6 +79,8 @@
     // "Touchpad Allow Moving" check box
     connect(ui->TouchpadOffWOMoveCB, SIGNAL(toggled(bool)), this, SLOT(touchpadAllowedMoving(bool)));
 
+    // Kubuntu patch; don't show this, since the feature isn't there yet.
+    ui->SmartModeGB->setHidden(true);
     //connect(ui->SmartModeEnableCB, SIGNAL(toggled(bool)), this, SLOT(smartModeEnabled(bool)));
     //connect(ui->SmartModeDelayS, SIGNAL(valueChanged(int)), this, SLOT(smartModeDelayChanged(int)));