]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- temporary fix for unability to run amarok on smp machines
authorczarny <czarny@pld-linux.org>
Thu, 16 Nov 2006 15:20:22 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- see http://bugs.kde.org/show_bug.cgi?id=137390

Changed files:
    amarok-smp.patch -> 1.1

amarok-smp.patch [new file with mode: 0644]

diff --git a/amarok-smp.patch b/amarok-smp.patch
new file mode 100644 (file)
index 0000000..665165f
--- /dev/null
@@ -0,0 +1,11 @@
+--- amarok/src/app.cpp.old     2006-10-26 22:40:20.000000000 +0200
++++ amarok/src/app.cpp 2006-11-15 17:15:31.170432000 +0100
+@@ -115,7 +115,7 @@
+     new Amarok::DcopScriptHandler();
+     new Amarok::DcopDevicesHandler();
+-    fixHyperThreading();
++//    fixHyperThreading();
+     QTimer::singleShot( 0, this, SLOT( continueInit() ) );
This page took 0.052198 seconds and 4 git commands to generate.