]> git.pld-linux.org Git - packages/amarok.git/blob - amarok-smp.patch
- temporary fix for unability to run amarok on smp machines
[packages/amarok.git] / amarok-smp.patch
1 --- amarok/src/app.cpp.old      2006-10-26 22:40:20.000000000 +0200
2 +++ amarok/src/app.cpp  2006-11-15 17:15:31.170432000 +0100
3 @@ -115,7 +115,7 @@
4      new Amarok::DcopScriptHandler();
5      new Amarok::DcopDevicesHandler();
6  
7 -    fixHyperThreading();
8 +//    fixHyperThreading();
9  
10      QTimer::singleShot( 0, this, SLOT( continueInit() ) );
11  
This page took 0.029028 seconds and 3 git commands to generate.