2.3.1 release schedule

Jeff Mitchell mitchell at kde.org
Sat Mar 27 16:19:16 CET 2010


On 03/27/2010 05:22 AM, Mark Kretschmann wrote:
> On Sat, Mar 27, 2010 at 9:55 AM, Nikolaj Hald Nielsen
> <nhnfreespirit at gmail.com> wrote:
>> I am going to wrestle the service config hangs bug a bit now.
> 
> Oh man, that one is the mother of all bugs. Nikolaj and I have spent
> days trying to figure that out.
> 
> In the end, after much bisecting, we found the exact commit that
> triggered the bug. However, it didn't really _cause_ it. If you look
> at the code, you can see that the commit itself was fine:

The only thing in that commit that maybe looks wonky is this:

-    if ((AmarokConfig::enableToolTips()) && (track) &&
!(QApplication::mouseButtons() & Qt::LeftButton)) {
+    if ( (
Playlist::LayoutManager::instance()->activeLayout().tooltips() ) &&
(track) && !(QApplication::mouseButtons() & Qt::LeftButton)) {


Does swapping those two lines fix it?

--Jeff

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/amarok-devel/attachments/20100327/4451c322/attachment.sig 


More information about the Amarok-devel mailing list