[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.2/kdebase/workspace/libs/taskmanager
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2009-04-16 19:15:27
Message-ID: 1239909327.469824.21484.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 955026 by aseigo:

backport the withdrawn-is-ok-for-attention-seeking-windows fix


 M  +1 -1      task.cpp  


--- branches/KDE/4.2/kdebase/workspace/libs/taskmanager/task.cpp #955025:955026
@@ -293,7 +293,7 @@
 
 bool Task::demandsAttention() const
 {
-    return (d->info.valid() && (d->info.state() & NET::DemandsAttention)) ||
+    return (d->info.valid(true) && (d->info.state() & NET::DemandsAttention)) ||
             !d->transientsDemandingAttention.isEmpty();
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic