summaryrefslogtreecommitdiffstats
path: root/redhat/tdebase/kdebase-3.5.13-kpersonalizer_default_doubleclick.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-10-05 18:04:47 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2014-10-05 18:04:47 +0200
commit29e62220cb68514d690d516f030da6c4f4aaec28 (patch)
tree2e473278089c36e6aecc4a22a6c904d76b395eae /redhat/tdebase/kdebase-3.5.13-kpersonalizer_default_doubleclick.patch
parentaeb0878cbf7f908978c080a9bbb2b4b1c08de18d (diff)
downloadtde-packaging-29e62220cb68514d690d516f030da6c4f4aaec28.tar.gz
tde-packaging-29e62220cb68514d690d516f030da6c4f4aaec28.zip
RPM Packaging: cleanup tdebase
Diffstat (limited to 'redhat/tdebase/kdebase-3.5.13-kpersonalizer_default_doubleclick.patch')
-rw-r--r--redhat/tdebase/kdebase-3.5.13-kpersonalizer_default_doubleclick.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/redhat/tdebase/kdebase-3.5.13-kpersonalizer_default_doubleclick.patch b/redhat/tdebase/kdebase-3.5.13-kpersonalizer_default_doubleclick.patch
deleted file mode 100644
index e2ece8166..000000000
--- a/redhat/tdebase/kdebase-3.5.13-kpersonalizer_default_doubleclick.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -urN kdebase/kpersonalizer/kospage.cpp kdebase.new2/kpersonalizer/kospage.cpp
---- kdebase/kpersonalizer/kospage.cpp 2011-08-21 02:08:16.000000000 -0500
-+++ kdebase.new2/kpersonalizer/kospage.cpp 2011-12-22 09:27:39.000000000 -0600
-@@ -142,7 +142,7 @@
- ckcmdisplay->writeEntry("macStyle", false, true, true);
-
- cglobal->setGroup("KDE");
-- cglobal->writeEntry("SingleClick", true, true, true);
-+ cglobal->writeEntry("SingleClick", false, true, true);
-
- claunch->setGroup("FeedbackStyle");
- claunch->writeEntry("BusyCursor", false);
-@@ -351,8 +351,8 @@
- textview_ospage->setText(i18n(
- "<b>Window activation:</b> <i>Focus on click</i><br>"
- "<b>Titlebar double-click:</b> <i>Shade window</i><br>"
-- "<b>Mouse selection:</b> <i>Single click</i><br>"
-- "<b>Application startup notification:</b> <i>busy cursor</i><br>"
-+ "<b>Mouse selection:</b> <i>Double click</i><br>"
-+ "<b>Application startup notification:</b> <i>none</i><br>"
- "<b>Keyboard scheme:</b> <i>Trinity default</i><br>"
- ));
- }
-@@ -376,7 +376,7 @@
- "<b>Window activation:</b> <i>Focus on click</i><br>"
- "<b>Titlebar double-click:</b> <i>Maximize window</i><br>"
- "<b>Mouse selection:</b> <i>Double click</i><br>"
-- "<b>Application startup notification:</b> <i>busy cursor</i><br>"
-+ "<b>Application startup notification:</b> <i>none</i><br>"
- "<b>Keyboard scheme:</b> <i>Windows</i><br>"
- ));
- }
-@@ -400,7 +400,7 @@
- b_MacMenuBar = ckcmdisplay->readBoolEntry("macStyle", false);
-
- cglobal->setGroup("KDE");
-- b_SingleClick = cglobal->readBoolEntry("SingleClick", true);
-+ b_SingleClick = cglobal->readBoolEntry("SingleClick", false);
-
- claunch->setGroup("FeedbackStyle");
- b_BusyCursor = claunch->readBoolEntry("BusyCursor", false);